@sentio/runtime 2.57.12-rc.b → 2.57.12-rc.c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39341,7 +39341,8 @@ var ServiceManager = class {
|
|
39341
39341
|
this.pool = new Piscina({
|
39342
39342
|
maxThreads: options2.worker,
|
39343
39343
|
minThreads: options2.worker,
|
39344
|
-
filename: new URL("./service-worker.js", import.meta.url).href
|
39344
|
+
filename: new URL("./service-worker.js", import.meta.url).href,
|
39345
|
+
argv: process.argv
|
39345
39346
|
});
|
39346
39347
|
}
|
39347
39348
|
started = false;
|
@@ -39671,4 +39672,4 @@ export {
|
|
39671
39672
|
safe-buffer/index.js:
|
39672
39673
|
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
39673
39674
|
*/
|
39674
|
-
//# sourceMappingURL=chunk-
|
39675
|
+
//# sourceMappingURL=chunk-ANRIDUBX.js.map
|