Skip to content

Commit 882ba24

Browse files
committed
[GR-55244] PromiseRejectionTracker should not be shared between contexts.
PullRequest: js/3198
1 parent 8aecafa commit 882ba24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/mx.vm/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"name": "graal-nodejs",
3434
"subdir": True,
3535
"dynamic": True,
36-
"version": "146c36c8934fb4b10f2fe5fe2188c92f0dafd7cd",
36+
"version": "31d6f572d4ab759bc0d233c5148edd54b1243674",
3737
"urls" : [
3838
{"url" : "https://github.com/graalvm/graaljs.git", "kind" : "git"},
3939
]
@@ -42,7 +42,7 @@
4242
"name": "graal-js",
4343
"subdir": True,
4444
"dynamic": True,
45-
"version": "146c36c8934fb4b10f2fe5fe2188c92f0dafd7cd",
45+
"version": "31d6f572d4ab759bc0d233c5148edd54b1243674",
4646
"urls": [
4747
{"url": "https://github.com/graalvm/graaljs.git", "kind" : "git"},
4848
]

0 commit comments

Comments
 (0)