Adding electron-builder; fixing indent levels
This commit is contained in:
@@ -35,8 +35,9 @@ const loadArgs = () => {
|
||||
args = process.argv.slice(4); // remove up to --start-as ...
|
||||
args.forEach((val, index, array) => {
|
||||
console.log(index + ': ' + val);
|
||||
console.log();
|
||||
});
|
||||
|
||||
console.log("\n\n");
|
||||
}
|
||||
|
||||
const loadHandlers = () => {
|
||||
@@ -89,4 +90,4 @@ process.on('unhandledRejection', function(error = {}) {
|
||||
if (error.stack != null) {
|
||||
console.log(error.stack);
|
||||
}
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user