Skip to content

Commit 4b45918

Browse files
committed
lint
1 parent 44a717a commit 4b45918

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/basecamp-fetcher.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ export class BasecampFetcher {
164164
// best-effort; ignore failures in headless envs
165165
const { exec } = await import('node:child_process');
166166
exec(`${cmd} "${url}"`);
167-
} catch {}
167+
} catch {
168+
//noop
169+
}
168170
}
169171

170172
private async startLocalCallbackServer(): Promise<{ code: string }> {

0 commit comments

Comments
 (0)