Skip to content

Commit

Permalink
Merge branch 'NODE-6615/integration-client-close' into NODE-6620/sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB authored Jan 3, 2025
2 parents 56662b8 + 5eb92ee commit 54579bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,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 54579bd

Please sign in to comment.