Skip to content

Commit

Permalink
changed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 30, 2023
1 parent 5ad7961 commit e759299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Expand Up @@ -71,7 +71,7 @@ program
process.exit(0);
})
.option("--verbose", "output with verbose logging", () => {
console.log("Masa cli running with verbose output!\n");
console.log("Masa CLI running with verbose output!\n");
overrides.verbose = true;
reloadMasa(overrides);
})
Expand Down

0 comments on commit e759299

Please sign in to comment.