Skip to content

Commit 5eb92ee

Browse files
neal's requested changes
1 parent 454859e commit 5eb92ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/resource_tracking_script_builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export async function runScriptAndGetProcessInfo(
189189
// assertions about exit status
190190
if (exitCode) {
191191
const assertionError = new AssertionError(
192-
messages.error.message + '\n\t' + JSON.stringify(messages.error.resources)
192+
messages.error.message + '\n\t' + JSON.stringify(messages.error.resources, undefined, 2)
193193
);
194194
assertionError.stack = messages.error.stack + new Error().stack.slice('Error'.length);
195195
throw assertionError;

0 commit comments

Comments
 (0)