@stackbit/utils
Advanced tools
Comparing version 0.2.22 to 0.2.23-staging.0
@@ -6,10 +6,2 @@ # Change Log | ||
## [0.2.22](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.2.18-staging.2...@stackbit/utils@0.2.22) (2023-03-21) | ||
**Note:** Version bump only for package @stackbit/utils | ||
## [0.2.21](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.2.21-alpha.2...@stackbit/utils@0.2.21) (2023-02-27) | ||
@@ -16,0 +8,0 @@ |
@@ -80,7 +80,11 @@ "use strict"; | ||
bufferHandler.flush(); | ||
logger.debug(`[${name}] closed with code: ${code}`); | ||
if (code != 0) { | ||
logger.debug(`[${name}] closed with code: ${code}`); | ||
} | ||
}); | ||
p.on('exit', (code) => { | ||
bufferHandler.flush(); | ||
logger.debug(`[${name}] exited with code: ${code}`); | ||
if (code != 0) { | ||
logger.debug(`[${name}] exited with code: ${code}`); | ||
} | ||
}); | ||
@@ -87,0 +91,0 @@ } |
{ | ||
"name": "@stackbit/utils", | ||
"version": "0.2.22", | ||
"version": "0.2.23-staging.0", | ||
"description": "Stackbit utilities", | ||
@@ -46,3 +46,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "a04ff1f665119bd1e9d2e6603a36288b1f944dbe" | ||
"gitHead": "474c06ef9d8977c2d2c383fca5970ca5f25219fd" | ||
} |
@@ -93,7 +93,11 @@ import _ from 'lodash'; | ||
bufferHandler.flush(); | ||
logger.debug(`[${name}] closed with code: ${code}`); | ||
if (code != 0) { | ||
logger.debug(`[${name}] closed with code: ${code}`); | ||
} | ||
}); | ||
p.on('exit', (code) => { | ||
bufferHandler.flush(); | ||
logger.debug(`[${name}] exited with code: ${code}`); | ||
if (code != 0) { | ||
logger.debug(`[${name}] exited with code: ${code}`); | ||
} | ||
}); | ||
@@ -100,0 +104,0 @@ } |
Sorry, the diff of this file is not supported yet
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
170852
3071