Skip to content

Commit 14caae5

Browse files
committed
Include the plugin name in logs
1 parent e52a513 commit 14caae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const runCommands = (
7171
command = template(command)(context)
7272

7373
if (options.verbose) {
74-
fancyLog(chalk.cyan(command))
74+
fancyLog(`${PLUGIN_NAME}:`, chalk.cyan(command))
7575
}
7676

7777
const child = spawn(command, {

0 commit comments

Comments
 (0)