@bunt/unit
Advanced tools
Comparing version 0.19.2 to 0.19.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.19.3](https://github.com/izatop/bunt/compare/v0.19.2...v0.19.3) (2021-05-27) | ||
### Bug Fixes | ||
* a program exit behavior ([55a6e94](https://github.com/izatop/bunt/commit/55a6e94aee7286455fb19dfbf7f3760e490976d6)) | ||
## [0.19.2](https://github.com/izatop/bunt/compare/v0.19.1...v0.19.2) (2021-05-27) | ||
@@ -8,0 +19,0 @@ |
@@ -56,6 +56,6 @@ "use strict"; | ||
this.logger.info("dispose"); | ||
process.nextTick(async () => { | ||
this.logger.info("dispose all"); | ||
setImmediate(async () => { | ||
await Dispose_1.Disposable.disposeAll() | ||
.finally(() => process.exit(0)); | ||
.finally(() => this.logger.info("exit")) | ||
.finally(() => process.nextTick(() => process.exit(0))); | ||
}); | ||
@@ -62,0 +62,0 @@ } |
{ | ||
"name": "@bunt/unit", | ||
"version": "0.19.2", | ||
"version": "0.19.3", | ||
"keywords": [ | ||
@@ -32,3 +32,3 @@ "typescript" | ||
"license": "MIT", | ||
"gitHead": "6d173b2cfe84a19694499492467ddd19931f9b97" | ||
"gitHead": "9f7eb1787a7d00b26773e19536dd6db6cd3335e8" | ||
} |
Sorry, the diff of this file is not supported yet
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
80519