Hey,
if I do a process.exit() right after I display a dialog the dialog will never appear on Windows. It seems to work fine on Linux.
const dia = require("dialog-node");
dia.error("ASD", "BSD", 0, () => { });
process.exit(0);
won't ever display an error-window.
Cheers
Hey,
if I do a
process.exit()right after I display a dialog the dialog will never appear on Windows. It seems to work fine on Linux.won't ever display an error-window.
Cheers