Making IPC port kwarg configurable; improving kwarhs filter out

This commit is contained in:
2025-07-14 23:00:36 -05:00
parent c5fdab59f6
commit 080cc22841
4 changed files with 46 additions and 33 deletions

View File

@@ -80,6 +80,7 @@ app.whenReady().then(async () => {
loadProcessSignalHandlers();
newton.args.loadArgs();
newton.ipc.configure( newton.args.getIpcPort() );
if ( !await newton.ipc.isIPCServerUp() ) {
newton.ipc.loadIPCServer();
} else {