We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b582ad commit e3fb0d3Copy full SHA for e3fb0d3
src/index.ts
@@ -25,7 +25,7 @@ async function run() {
25
}
26
27
await logger.brief(
28
- `Received with command \`${commandString}\`, start execute ...`,
+ `Received command \`${commandString}\`, start execute ...`,
29
);
30
31
const commandExecuteResult = await executeCommand(commandString);
0 commit comments