@nowa/core
Advanced tools
Comparing version 0.7.6 to 0.7.7
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.7.7](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.6...@nowa/core@0.7.7) (2019-12-29) | ||
### Bug Fixes | ||
* **core:** if (void) ([d3e3330](https://github.com/nowa-webpack/nowa2/commit/d3e333064a9d8b40372c5aaef5ca7976e89a8c26)) | ||
## [0.7.6](https://github.com/nowa-webpack/nowa2/compare/@nowa/core@0.7.5...@nowa/core@0.7.6) (2019-12-29) | ||
@@ -8,0 +19,0 @@ |
@@ -75,5 +75,4 @@ "use strict"; | ||
catch (error) { | ||
if (yield this._handleRunError(error)) { | ||
throw error; | ||
} | ||
yield this._handleRunError(error); | ||
throw error; | ||
} | ||
@@ -80,0 +79,0 @@ } |
{ | ||
"name": "@nowa/core", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"description": "the nowa core", | ||
@@ -42,3 +42,3 @@ "scripts": { | ||
}, | ||
"gitHead": "1651f87feb9dc33d30728ff05a94fa591069d5b1" | ||
"gitHead": "493cf0bdd8e3738114043396fcd8085dd5beb880" | ||
} |
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
61707
1239