<!-- As an open source project with a dedicated but small maintainer team, it can sometimes take a long time for issues to be addressed so please be patient and we will get back to you as soon as we can. --> ### Preflight Checklist <!-- Please ensure you've completed the following steps by replacing [ ] with [x]--> * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * <!-- (output of `node_modules/.bin/electron --version`) e.g. 4.0.3 --> 8-,9-,10- * **Operating System:** * <!-- (Platform and Version) e.g. macOS 10.13.6 / Windows 10 (1803) / Ubuntu 18.04 x64 --> windows * **Last Known Working Electron version:** * <!-- (if applicable) e.g. 3.1.0 --> no ### Expected Behavior <!-- A clear and concise description of what you expected to happen. --> console error ### Actual Behavior <!-- A clear and concise description of what actually happened. --> crash ### To Reproduce <!-- Your best chance of getting this bug looked at quickly is to provide an example. --> example code ``` setImmediate(function () { aaa }) ``` Expected Behavior: aaa is not defined Actual Behavior: crashed <!-- For bugs that can be encapsulated in a small experiment, you can use Electron Fiddle (https://github.com/electron/fiddle) to publish your example to a GitHub Gist and link it your bug report. --> <!-- If Fiddle is insufficient to produce an example, please provide an example REPOSITORY that can be cloned and run. You can fork electron-quick-start (https://github.com/electron/electron-quick-start) and include a link to the branch with your changes. --> <!-- If you provide a URL, please list the commands required to clone/setup/run your repo e.g. ```sh $ git clone $YOUR_URL -b $BRANCH $ npm install $ npm start || electron . ``` --> ### Screenshots <!-- If applicable, add screenshots to help explain your problem. --> ### Additional Information <!-- Add any other context about the problem here. -->
Preflight Checklist
Issue Details
8-,9-,10-
windows
no
Expected Behavior
console error
Actual Behavior
crash
To Reproduce
example code
Expected Behavior:
aaa is not defined
Actual Behavior:
crashed
Screenshots
Additional Information