Skip to content

Commit

Permalink
fix: crash with --parallel and --retries both enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 11, 2024
1 parent 55c1daa commit e71f9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodejs/serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class SerializableEvent {
});

// mutates the object
breakCircularDeps(result);
breakCircularDeps(result.error);

const pairs = Object.keys(result).map(key => [result, key]);

Expand Down

0 comments on commit e71f9e5

Please sign in to comment.