impress-cli
Advanced tools
Comparing version 0.4.28 to 0.4.29
@@ -182,4 +182,5 @@ #!/usr/bin/env node | ||
const finalize = () => { | ||
fs.unlink('./run.pid'); | ||
doExit(); | ||
fs.unlink('./run.pid', () => { | ||
doExit(); | ||
}); | ||
}; | ||
@@ -186,0 +187,0 @@ |
{ | ||
"name": "impress-cli", | ||
"version": "0.4.28", | ||
"version": "0.4.29", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -37,3 +37,3 @@ "description": "Impress Application Server Command line interface", | ||
"concolor": "^0.1.8", | ||
"metasync": "^0.3.28", | ||
"metasync": "^0.3.29", | ||
"ncp": "^2.0.0" | ||
@@ -40,0 +40,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18297
327
Updatedmetasync@^0.3.29