Skip to content

Commit

Permalink
fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
plxity committed Dec 12, 2024
1 parent d4e10ed commit dcbe461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/cli/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default class ExecuteCommand {
)
);
} catch (error) {
console.log(error);
console.log(
chalk.red(`Error executing action: ${(error as Error).message}`)
);
Expand Down

0 comments on commit dcbe461

Please sign in to comment.