Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
placintaalexandru committed Dec 28, 2023
1 parent 4083975 commit d4bd81c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export const clippyCommand = (): Command => {
});
core.endGroup();

if (clippyExitCode != 0) {
throw new Error(`Clippy exited with ${clippyExitCode} code`);
}
// if (clippyExitCode != 0) {
// throw new Error(`Clippy exited with ${clippyExitCode} code`);
// }
});
};

0 comments on commit d4bd81c

Please sign in to comment.