'use strict'; let core = { mainWindow: null, startupCommandOutput: [], isConfirmExit: false }; module.exports = core;