67b3fbca89
* fix: ensure the inspector agent is shutdown before cleaning up the node env * spec: add tests to ensure clean shutdown with connected inspector agent * Update node_debugger.cc
3 lines
77 B
JavaScript
3 lines
77 B
JavaScript
const { app } = require('electron')
|
|
|
|
process.on('message', () => app.quit())
|