fix require to be path friendly
This commit is contained in:
parent
8174883e4f
commit
e98ef9a011
@ -12,5 +12,5 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module.exports.__defineGetter__("native", function() {
|
module.exports.__defineGetter__("native", function() {
|
||||||
return require('native');
|
return require(__dirname + '/native');
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user