Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Jan 20, 2025
1 parent 4f057fd commit 937819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function startServer (port: number, hardware: Hardware = 'v3', com:
if (process.platform === 'darwin') {
try {
wakeLock = new WakeLock("saxi plotting");
} catch (e) {
} catch {
console.warn("Couldn't acquire wake lock. Ensure your machine does not sleep during plotting");
}
}
Expand Down

0 comments on commit 937819b

Please sign in to comment.