diff --git a/anon.js b/anon.js index 22e073b..fe0da75 100755 --- a/anon.js +++ b/anon.js @@ -208,7 +208,7 @@ function sendStatus(account, status, edit) { console.log(err) } }) - fs.unlink(screenshot) + fs.unlinkSync(screenshot) }) }) }