Skip to content

Commit a9c1711

Browse files
committed
Add more context in info log when running post render script
1 parent 8c6c1b7 commit a9c1711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/render/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ async function runScripts(
962962
const script = args[0];
963963

964964
if (progress && !quiet) {
965-
info(colors.bold(colors.blue(`${script}`)));
965+
info(colors.bold(colors.blue(`Running script '${script}'`)));
966966
}
967967

968968
const handler = handlerForScript(script);

0 commit comments

Comments
 (0)