Working sdl-wkr self update

This commit is contained in:
John Haverlack 2026-01-31 22:26:39 -09:00
parent a6daee2516
commit 5855a154a9
1 changed files with 0 additions and 3 deletions

View File

@ -259,9 +259,6 @@ function triggerWorkerUpdate(targetVersion, updateCmd) {
log(`${module}: failed to exec update command: ${err}`); log(`${module}: failed to exec update command: ${err}`);
return; return;
} }
// log(`${module}: exiting for self-update`);
// process.exit(0);
} }