Commented fs

This commit is contained in:
Luca 2020-10-15 15:30:06 +02:00
parent d3f184b183
commit be5021f293
1 changed files with 1 additions and 1 deletions

View File

@ -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)