diff --git a/lib/Tor.js b/lib/Tor.js index d7083da..0a746f7 100644 --- a/lib/Tor.js +++ b/lib/Tor.js @@ -73,7 +73,7 @@ const Tor = (function () { function ($next) { temp.open('txt',function (err, file) { if (file) { - fs.write(file.fd, shell.cat(__dirname'/../config/torrc')); + fs.write(file.fd, shell.cat(__dirname+'/../config/torrc')); fs.close(file.fd) } $next(err, (file && file.path));