Skip to content

Commit bdaf3dd

Browse files
committed
chore: wip
1 parent 8f4e42c commit bdaf3dd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.stacks/core/buddy/src/commands/create.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ async function create(buddy: CLI) {
4949
await ensureEnv(path, options)
5050
await install(path, options)
5151

52-
// a custom outro
53-
// console.log()
54-
5552
if (startTime) {
5653
const time = performance.now() - startTime
5754
log.success(green(`Done in ${time}ms`))

.stacks/core/cli/src/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function outro(text: string, options: OutroOptions, error?: Error | strin
4747
time = Math.round(time * 100) / 100 // https://stackoverflow.com/a/11832950/7811162
4848
}
4949

50-
if (options.quiet === false)
50+
if (options.quiet === true)
5151
return
5252

5353
if (options.isError)

0 commit comments

Comments
 (0)