Skip to content

Commit 1bcc346

Browse files
Merge branch 'release/1.2.4'
2 parents eb371be + ae05273 commit 1bcc346

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wait-in-parallel",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "wait-in-parallel",
55
"license": "MIT",
66
"repository": "https://your-server.com/lifegadget/wait-in-parallel",

test/basics-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe("Basics →", () => {
145145
console.log(e);
146146

147147
expect(e.message).to.include("fail1 [FictitiousError @");
148-
expect(e.message).to.include("fail4 [ParallelError { f3");
148+
expect(e.message).to.include("fail4 [ParallelError Nested Errors");
149149
}
150150
});
151151
});

0 commit comments

Comments
 (0)