Current behavior currently when combining ELECTRON_RUN_AS_NODE with --browser chrome in ubuntu with chrome 91 via github actions fails. with the error We found an invalid configuration value: Found an error while validating the `browsers...
ELECTRON_RUN_AS_NODE is removed too late before bootstrap-amd.js rede… #59442 Sign in to view logs Summary Jobs Monaco Editor checks Run details Usage Workflow file Triggered via push August 8, 2024 16:12 bpasero pushed b1a6f7e main Status Success Total duration 3m 22s Artifacts –...
系统设计精选 | 基于FPGA的电子计算器系统设计(附代码)
Workflow file for this run .github/workflows/on-label.yml at dea2695 name: On Label on: issues: types: [labeled] jobs: main: runs-on: ubuntu-latest steps: - name: Checkout Actions uses: actions/checkout@v4 with: repository: "microsoft/vscode-github-triage-actions" ref: stable path: ...
Prevent yarn.lock changes in PRs fix: ELECTRON_RUN_AS_NODE leaking into tunnel process #46680 Sign in to view logs Summary Jobs Prevent yarn.lock changes in PRs Run details Usage Workflow file Triggered via pull request July 18, 2024 08:18 ...
Issue Type: Bug I had a weird issue today with an Electron application misbehaving. Turns out that ELECTRON_RUN_AS_NODE=1 was set on the process, even though I certainly didn't set that, and it also doesn't exist in my system/user enviro...
Electron Version 4.0.5 ( run as node: 10.11.0 ) Operating System (Platform and Version): Windows 10 (1809) Last known working Electron version (if applicable): N/A Expected Behavior >node --experimental-worker app.js hello from electron ...