We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0720dcd commit 0b2ea60Copy full SHA for 0b2ea60
3_callbacks/nan/addon.cc
@@ -9,6 +9,8 @@ NAN_METHOD(RunCallback) {
9
const unsigned argc = 1;
10
Local<Value> argv[argc] = { NanNew("hello world") };
11
NanMakeCallback(NanGetCurrentContext()->Global(), cb, argc, argv);
12
+
13
+ NanReturnUndefined();
14
}
15
16
void Init(Handle<Object> exports, Handle<Object> module) {
0 commit comments