mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-17 22:13:08 +00:00
fix: Remove unused vars and improve type safety. Improve task recovery
This commit is contained in:
@@ -246,7 +246,7 @@ class DevServerService {
|
||||
// No process found on port, which is fine
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
} catch {
|
||||
// Ignore errors - port might not have any process
|
||||
logger.debug(`No process to kill on port ${port}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user