@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.
@@ -758,6 +758,7 @@ async function handleCreateRuntime(message, connection, state) {
758
758
  return { ok: false, error: { name: error.name, message: error.message } };
759
759
  }
760
760
  },
761
+ timeout: message.options.playwright?.timeout,
761
762
  console: playwrightCallbacks.console,
762
763
  onEvent: (event) => {
763
764
  const conn = callbackContext.connection;
@@ -1751,4 +1752,4 @@ async function handleClearCollectedData(message, connection, state) {
1751
1752
  }
1752
1753
  }
1753
1754
 
1754
- //# debugId=E73567439C8E8F2D64756E2164756E21
1755
+ //# debugId=3783342607D7276564756E2164756E21