Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Sep 24, 2024
1 parent fc1563b commit 1d706c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell-setup/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
ensureExists,
ensureStartsWith,
info,
shellEnvContains,
warn,
withContext,
} from "./util.ts";
Expand Down Expand Up @@ -333,7 +332,7 @@ async function main() {

try {
await setupShells(installDir, backupDir);
} catch (e) {
} catch (_e) {
warn(
`Failed to configure your shell environments, you may need to manually add deno to your PATH environment variable.
Expand Down

0 comments on commit 1d706c1

Please sign in to comment.