dh_ackergaul
vor 3 Tagen 5bbf43c1b146439ab882815c12ed6292f1d7b4df
manufacturer/_furnview/furnplan-node/furnplan-instance-manager.js
@@ -253,7 +253,8 @@
            detached: false, // start furnplan instance attached to the node process, so it exits when node crashes
            cwd: path.resolve(process.cwd(), Config.furnview.furnplan_dev.bin), // furnplan has to be run from the bin folder
            env: process.env, // default environment variables
            stdio: ["ignore"]
            stdio: ["ignore"],
            windowsHide: true
        };
        if (ProcessArgumentsService.isLocal()) {