Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit d5e3d8b

Browse files
committed
Changing the default indent of "> Complete" text to zero
1 parent 3065d48 commit d5e3d8b

File tree

1 file changed

+1
-1
lines changed
  • commands/initial/templates/tasks

1 file changed

+1
-1
lines changed

commands/initial/templates/tasks/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const colorize = (text, color) => {
3939
return `\x1b[${ color }m${ text }\x1b[${ colorMap.reset }m`;
4040
};
4141

42-
const complete = (depth = 2) => {
42+
const complete = (depth = 0) => {
4343
const spaces = ' '.repeat(depth);
4444
console.info(colorize(`${ spaces }> Complete`, 'green'));
4545
};

0 commit comments

Comments
 (0)