feat: Added way to update the local games from romm when IDs change based on IGDB or Retro Achievement ID
Fixes #2
This commit is contained in:
parent
7948bd24fa
commit
4806f3487a
9 changed files with 143 additions and 52 deletions
|
|
@ -26,15 +26,7 @@ function spawnServer ()
|
|||
killSignal: 'SIGUSR1',
|
||||
onExit (subprocess, exitCode, signalCode)
|
||||
{
|
||||
if (exitCode === 1 && retries <= 3)
|
||||
{
|
||||
server = spawnServer();
|
||||
retries++;
|
||||
} else
|
||||
{
|
||||
process.exit();
|
||||
}
|
||||
|
||||
process.exit();
|
||||
}
|
||||
});
|
||||
const rl = createInterface({ input: Readable.fromWeb(s.stdout as any) });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue