Skip to content

Commit

Permalink
Release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whxaxes committed Apr 26, 2018
1 parent 03f54e0 commit 8d3b7ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg-ts-helper",
"version": "1.6.1",
"version": "1.6.2",
"description": "egg typescript helper",
"bin": {
"ets": "dist/bin.js"
Expand Down
2 changes: 0 additions & 2 deletions src/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ function register() {
ps.kill('SIGHUP');
}
}

fs.unlinkSync(cacheFileDir);
}

process.on('exit', close);
Expand Down

0 comments on commit 8d3b7ef

Please sign in to comment.