Skip to content

Commit

Permalink
Fixed TS syntax errors causing jobs failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpaca00 committed Nov 3, 2024
1 parent b6c687b commit 48ff33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/lib/commands/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const commandExtension = async (
if (commandHandler) {
return await commandHandler(self, params);
} else {
throw new Error(`Command not supported: '${command}'`);
throw new Error(`Command not supported`);
}
};

Expand Down

0 comments on commit 48ff33b

Please sign in to comment.