UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

8 lines (5 loc) 192 B
const {ipcRenderer} = require('electron') const errorBtn = document.getElementById('error-dialog') errorBtn.addEventListener('click', (event) => { ipcRenderer.send('open-error-dialog') })