Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Feb 6, 2025
1 parent 2e632a3 commit 78a8a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruff-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function run(): Promise<void> {

try {
if (platform === undefined) {
throw new Error(`Unsupported platform: ${process.platform}`);
throw new Error(`Unsupported platforms: ${process.platform}`);
}
if (arch === undefined) {
throw new Error(`Unsupported architecture: ${process.arch}`);
Expand Down

0 comments on commit 78a8a23

Please sign in to comment.