@contrail/util 1.1.15-alpha-12 → 1.1.15-alpha-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -182,7 +182,7 @@ function displayTimingTree(nodes = DEFAULT_TIMING_PROFILE.timingSpans, depth = 0
|
|
|
182
182
|
if (depth === 0) {
|
|
183
183
|
console.log('\n--- Performance Timing Tree ---');
|
|
184
184
|
console.log(result);
|
|
185
|
-
console.log('--- End Timing ---\n');
|
|
185
|
+
console.log('\n--- End Timing ---\n');
|
|
186
186
|
}
|
|
187
187
|
return result;
|
|
188
188
|
}
|