4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
|
const { ipcRenderer } = require('electron')
|
||
|
|
||
|
ipcRenderer.send('pid', process.pid)
|