blue4system

Results 1 comments of blue4system

FYI this flag: GLib.SpawnFlags.DO_NOT_REAP_CHILD creates a ton of defunct processes in my system, so in helpers/fetchImpersonate.js I ahd to change the code as follows: ``` //const [success, pid, stdinFd, stdoutFd,...