@ricsam/isolate-daemon 0.1.18 → 0.1.20
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.
package/dist/cjs/package.json
CHANGED
package/dist/mjs/connection.mjs
CHANGED
|
@@ -730,6 +730,7 @@ async function handleCreateRuntime(message, connection, state) {
|
|
|
730
730
|
return { ok: false, error: { name: error.name, message: error.message } };
|
|
731
731
|
}
|
|
732
732
|
},
|
|
733
|
+
timeout: message.options.playwright?.timeout,
|
|
733
734
|
console: playwrightCallbacks.console,
|
|
734
735
|
onEvent: (event) => {
|
|
735
736
|
const conn = callbackContext.connection;
|
|
@@ -1726,4 +1727,4 @@ export {
|
|
|
1726
1727
|
handleConnection
|
|
1727
1728
|
};
|
|
1728
1729
|
|
|
1729
|
-
//# debugId=
|
|
1730
|
+
//# debugId=6A80A8A9D63693D864756E2164756E21
|