Skip to content

Commit e3fb0d3

Browse files
committed
Fix message
1 parent 9b582ad commit e3fb0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function run() {
2525
}
2626

2727
await logger.brief(
28-
`Received with command \`${commandString}\`, start execute ...`,
28+
`Received command \`${commandString}\`, start execute ...`,
2929
);
3030

3131
const commandExecuteResult = await executeCommand(commandString);

0 commit comments

Comments
 (0)