Skip to content

Commit 5e2dffa

Browse files
committed
refactor(plugin-help): remove useless template string
1 parent db812b3 commit 5e2dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-help/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const helpPlugin = ({
6565

6666
function printHelp(s: string) {
6767
if (banner) {
68-
console.log(`${banner}`);
68+
console.log(banner);
6969
}
7070
console.log(s);
7171
}

0 commit comments

Comments
 (0)