From 058fa3e567cd159eab6e2adaefc31a9a6a5df9fc Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Fri, 26 Apr 2019 05:41:06 -0400 Subject: [PATCH] fixes #171 --- anon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }) }) }