Skip to content

Commit

Permalink
fixes #171
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Apr 26, 2019
1 parent 7538f2b commit 058fa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anon.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function sendStatus(account, status, edit) {
console.log(err)
}
})
fs.unlink(screenshot)
fs.unlinkSync(screenshot)
})
})
}
Expand Down

0 comments on commit 058fa3e

Please sign in to comment.