Skip to content
Snippets Groups Projects
Commit da19f51b authored by Loïc Correnson's avatar Loïc Correnson Committed by David Bühler
Browse files

[ivette] cleanup socket file

parent 439c061d
No related branches found
No related tags found
No related merge requests found
......@@ -476,6 +476,9 @@ async function _launch(): Promise<void> {
env,
};
// Launch Process
System.atExit(() => {
sockaddr && System.remove(sockaddr);
});
process = await System.spawn(command, params, options);
const logger = (text: string | string[]): void => {
buffer.append(text);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment