@ms-cloudpack/task-reporter
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -227,3 +227,3 @@ import { Writer } from './Writer.js'; | ||
if (summaryMessage || this._completeReason) { | ||
this._writer.write(`Summary: ${this._completeReason}\n${summaryMessage}`); | ||
this._writer.write([this._completeReason && `Summary: ${this._completeReason}`, summaryMessage].filter(Boolean).join(`\n`)); | ||
} | ||
@@ -230,0 +230,0 @@ if (this._hasCompleted) { |
{ | ||
"name": "@ms-cloudpack/task-reporter", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Helpers for logging tasks to the console.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
68509