Aligning debug mode method call naming
This commit is contained in:
@@ -16,7 +16,7 @@ let hasExitSaved = false;
|
||||
const createWindow = () => {
|
||||
window = newton.createWindow(
|
||||
newton.args.getStartType(),
|
||||
newton.args.debugMode(),
|
||||
newton.args.getDebugMode(),
|
||||
newton.args.getArgs(),
|
||||
);
|
||||
}
|
||||
@@ -110,4 +110,4 @@ app.on('window-all-closed', () => {
|
||||
if (process.platform !== 'darwin') {
|
||||
app.quit()
|
||||
};
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user