We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b085009 commit 189a1d5Copy full SHA for 189a1d5
src/runtime/parallel/coordinator.ts
@@ -88,7 +88,7 @@ export default class Coordinator {
88
this.supportCodeLibrary = supportCodeLibrary
89
this.supportCodePaths = supportCodePaths
90
this.supportCodeRequiredModules = supportCodeRequiredModules
91
- this.pickleIds = pickleIds
+ this.pickleIds = Array.from(pickleIds)
92
this.success = true
93
this.workers = {}
94
this.inProgressPickles = {}
0 commit comments