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 8174883 commit e98ef9aCopy full SHA for e98ef9a
lib/index.js
@@ -12,5 +12,5 @@ module.exports = {
12
}
13
14
module.exports.__defineGetter__("native", function() {
15
- return require('native');
+ return require(__dirname + '/native');
16
})
0 commit comments