We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edab7f commit 7f015a5Copy full SHA for 7f015a5
src/utils/log.ts
@@ -8,7 +8,7 @@ const libraryPrefix = `${libraryName} ${librarySeperator}`;
8
9
const prefixes = {
10
warn: `${chalk.yellow(`warn`)} - ${libraryPrefix}`,
11
- info: `${chalk.cyan(`info`)} - ${libraryPrefix}`,
+ info: `${chalk.cyan(`info`)} - ${libraryPrefix}`, // Double space before the dash aligns messages in the terminal and improves readability.
12
};
13
14
export function warn(message: string) {
0 commit comments