@ms-cloudpack/task-reporter
Advanced tools
Comparing version 0.15.0 to 0.15.1
@@ -273,3 +273,3 @@ import { Writer } from './Writer.js'; | ||
.slice(0, 10) | ||
.map((t) => `${t.name} (${formatMemoryString(t.heapDelta)}`); | ||
.map((t) => `${t.name} (${formatMemoryString(t.heapDelta)})`); | ||
this._writer.write(`\nTop heap increments (note that these also include heap usage by other concurrent tasks):\n`); | ||
@@ -276,0 +276,0 @@ this._writer.write(bulletedList(tasksByUsage)); |
{ | ||
"name": "@ms-cloudpack/task-reporter", | ||
"version": "0.15.0", | ||
"version": "0.15.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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
300530