diff --git a/package-lock.json b/package-lock.json index 8ca8d74..e82d8cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,8 @@ "hasInstallScript": true, "license": "MIT", "os": [ - "darwin" + "darwin", + "linux" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", diff --git a/src/utils/peekaboo-cli.ts b/src/utils/peekaboo-cli.ts index 7dc2b01..76e2bf4 100644 --- a/src/utils/peekaboo-cli.ts +++ b/src/utils/peekaboo-cli.ts @@ -160,8 +160,6 @@ export async function executeSwiftCli( process.kill('SIGKILL'); } catch (err) { // Process is already dead, which is what we want - } catch (err) { - // Process is already dead, which is what we want } }, 1000);