Skip to content

Commit e98ef9a

Browse files
committed
fix require to be path friendly
1 parent 8174883 commit e98ef9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ module.exports = {
1212
}
1313

1414
module.exports.__defineGetter__("native", function() {
15-
return require('native');
15+
return require(__dirname + '/native');
1616
})

0 commit comments

Comments
 (0)