ef690c035d
* fix: correctly crash when there is no crashReporter * test: correctly crash when there is crashReporter
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
const { app } = require('electron')
|
|
|
|
app.on('ready', () => {
|
|
process.crash()
|
|
})
|