electron/spec/fixtures/crash-app/package.json
Cheng Zhao ef690c035d fix: correctly crash when there is no crashReporter (#20388)
* fix: correctly crash when there is no crashReporter

* test: correctly crash when there is crashReporter
2019-10-01 13:20:21 -04:00

4 lines
56 B
JSON

{
"name": "electron-crash-app",
"main": "main.js"
}