Skip to content

Commit 189a1d5

Browse files
committed
copy the pickleIds to leave the passed argument intact
1 parent b085009 commit 189a1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/parallel/coordinator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default class Coordinator {
8888
this.supportCodeLibrary = supportCodeLibrary
8989
this.supportCodePaths = supportCodePaths
9090
this.supportCodeRequiredModules = supportCodeRequiredModules
91-
this.pickleIds = pickleIds
91+
this.pickleIds = Array.from(pickleIds)
9292
this.success = true
9393
this.workers = {}
9494
this.inProgressPickles = {}

0 commit comments

Comments
 (0)