Skip to content

Commit

Permalink
Include the plugin name in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-zheng-an committed Mar 2, 2019
1 parent e52a513 commit 14caae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const runCommands = (
command = template(command)(context)

if (options.verbose) {
fancyLog(chalk.cyan(command))
fancyLog(`${PLUGIN_NAME}:`, chalk.cyan(command))
}

const child = spawn(command, {
Expand Down

0 comments on commit 14caae5

Please sign in to comment.