UNPKG

alfred-evernote-workflow

Version:
12 lines (8 loc) 194 B
const fs = require('fs') const logPath = `${__dirname}/commandLog.json` fs.unlinkSync(logPath) fs.writeFileSync( logPath, '\ufeff' + JSON.stringify({}, null, 2), { encoding: 'utf8' } )