@pnpm/default-reporter
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -18,3 +18,3 @@ "use strict"; | ||
function reportError(logObj) { | ||
var _a, _b, _c; | ||
var _a, _b, _c, _d; | ||
if (logObj['err']) { | ||
@@ -53,3 +53,3 @@ const err = logObj['err']; | ||
const errorSummary = formatErrorSummary(err.message); | ||
if (!logObj['message']['pkgsStack']) { | ||
if (!((_d = logObj['message']['pkgsStack']) === null || _d === void 0 ? void 0 : _d.length)) { | ||
return errorSummary; | ||
@@ -56,0 +56,0 @@ } |
{ | ||
"name": "@pnpm/default-reporter", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "The default reporter of pnpm", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"just-test-preview": "ts-node test --type-check", | ||
"just-test": "pnpm run tsc && ts-node test --type-check", | ||
"just-test": "pnpm run tsc -- --sourceMap && cd ../.. && c8 --reporter lcov --reports-dir packages/default-reporter/coverage ts-node packages/default-reporter/test --type-check", | ||
"tsc": "rimraf lib && tsc", | ||
@@ -18,0 +18,0 @@ "prepublishOnly": "pnpm run tsc" |
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
65739
346
9
3
37