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 4805def commit 2a1ba33Copy full SHA for 2a1ba33
binding.gyp
@@ -17,7 +17,7 @@
17
'sources': [
18
'src/InjectedScriptHost.cc'
19
],
20
- 'defines': ['NODE_NEXT=true']
+ 'defines': ['NODE_NEXT=1']
21
}]
22
]
23
},
src/debug.cc
@@ -1,5 +1,5 @@
1
-#include <nan.h>
2
#include <v8-debug.h>
+#include <nan.h>
3
4
#include "tools.h"
5
#if (NODE_NEXT)
0 commit comments