electron/spec/fixtures/apps/hello/hello.js
Samuel Attard e19754d7fd
test: add tests for electron fuses (#42129)
* spec: add tests for electron fuses

* spec: fix tests for windows

* spec: handle weird crash codes on win32

* spec: disable fuse tests on arm64 windows
2024-05-13 10:48:26 -07:00

2 lines
39 B
JavaScript

console.log('alive');
process.exit(0);