From be5021f29398e33412a428505d93fab075909c0a Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 15 Oct 2020 15:30:06 +0200 Subject: [PATCH] Commented fs --- src/process/comment-module-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process/comment-module-controller.js b/src/process/comment-module-controller.js index fe7253be..8a98278d 100644 --- a/src/process/comment-module-controller.js +++ b/src/process/comment-module-controller.js @@ -3,7 +3,7 @@ const fs = require('fs') let scraper = null let currentSort = null let currentVideoId = null -fs.writeFileSync('D:/Workspace/textELEC.txt', 'hallololol') +//fs.writeFileSync('D:/Workspace/textELEC.txt', 'hallololol') process.on('message', (msg) => { if (msg === 'end') { process.exit(0)