Clean up code

This commit is contained in:
Reinier Criel 2025-10-28 09:45:24 -07:00
parent 684edd27a2
commit ccd59a2f17
4 changed files with 0 additions and 4 deletions

View file

@ -115,7 +115,6 @@ export async function safeSpawnPy(command, args, options = {}) {
}
return new Promise((resolve) => {
// On Unix/macOS resolve to full path to avoid PATH ambiguity; keep shell disabled everywhere
let cmdToRun = command;
if (os.platform() !== "win32") {
try {