Skip to content

Commit

Permalink
neal's requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Jan 3, 2025
1 parent 454859e commit 5eb92ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export async function runScriptAndGetProcessInfo(
// assertions about exit status
if (exitCode) {
const assertionError = new AssertionError(
messages.error.message + '\n\t' + JSON.stringify(messages.error.resources)
messages.error.message + '\n\t' + JSON.stringify(messages.error.resources, undefined, 2)
);
assertionError.stack = messages.error.stack + new Error().stack.slice('Error'.length);
throw assertionError;
Expand Down

0 comments on commit 5eb92ee

Please sign in to comment.