Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecation warning in Node.js 7 (#262)
Starting in Node.js v7.0.0, omitting the callback to async functions emits a deprecation warning. Update the call to `fs.unlink` to instead use `fs.unlinkSync`, which does not expect a callback.
- Loading branch information