mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
* 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
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
const { app } = require('electron')
|
|
|
|
process.on('message', () => app.quit())
|