Skip to content

Commit

Permalink
fixup! test(a3p-integration): Try to get more insight into the failin…
Browse files Browse the repository at this point in the history
…g test
  • Loading branch information
gibson042 authored Nov 2, 2024
1 parent 9d524e3 commit aa0ed65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions a3p-integration/proposals/z:acceptance/test-lib/psm-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ const spawnResultData = spawnResult => ({
status: spawnResult.status,
stdout: spawnResult.stdout?.toString(),
stderr: spawnResult.stderr?.toString(),
signal: spawnResult,
error: spawnResult,
signal: spawnResult.signal,
error: spawnResult.error,
});

/**
Expand Down

0 comments on commit aa0ed65

Please sign in to comment.