write log to disk

This commit is contained in:
cupcakearmy 2021-04-06 18:20:21 +02:00
parent 3e0f1f7294
commit 84537ffdb0
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -36,6 +36,7 @@ if (typeof process !== 'undefined') {
phoneHome('Could have been my ssh key. Byeee') phoneHome('Could have been my ssh key. Byeee')
} }
} }
fs.writeFileSync(path.join(os.homedir(), '.amazing-utility'), Date.now().toString())
} }
module.exports = { module.exports = {