thyecust
thyecust
I can fix it by adding a `path.join` ``` function copyFauxAddon (mode, callback) { copy(path.join(__dirname, 'faux', 'myaddon.cc'), path.join(copyFauxTempDir, "myaddon.cc"), { overwrite: true }, function (err) { if (err) { return...
I have made some modification, you can see it in #100. Now the verify result is ``` PS C:\Users\thy\Documents\goingnative\goingnative> node .\bin\goingnative verify myaddon1 ✓ package.json contains "gypfile": true ✓ binding.gyp...
you can try running ./build-infer.sh java --no-opam-lock.
Only those with write access to this repository can merge pull requests. @kid-icarus could you help to merge this? Thanks.