From 45633936f37466e5d75b5281c300ea46a4cf2084 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Tue, 29 Dec 2015 21:45:20 -0500 Subject: [PATCH] final --- lib/Tor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));