Created
April 17, 2017 17:58
-
-
Save scumola/631e91bdac773f1d3090afcbdf9e3ac1 to your computer and use it in GitHub Desktop.
torrent-peek error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ node index.js kat.torrent ~/Downloads/ 8080 | |
/Users/stevenwebb/Downloads/torrent-peek/index.js:58 | |
ffi.Callback('void', ['pointer', 'string', 'string'], (alert, msg, type) => { | |
^ | |
SyntaxError: Unexpected token > | |
at Module._compile (module.js:439:25) | |
at Object.Module._extensions..js (module.js:474:10) | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:312:12) | |
at Function.Module.runMain (module.js:497:10) | |
at startup (node.js:119:16) | |
at node.js:929:3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment