Skip to content

Commit 7d5067d

Browse files
committed
chore: wip
1 parent e45650c commit 7d5067d

File tree

58 files changed

+59
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+59
-57
lines changed

.stacks/core/actions/README.md

Lines changed: 1 addition & 1 deletion

.stacks/core/ai/README.md

Lines changed: 1 addition & 1 deletion

.stacks/core/alias/README.md

Lines changed: 1 addition & 1 deletion

.stacks/core/analytics/README.md

Lines changed: 1 addition & 1 deletion

.stacks/core/auth/README.md

Lines changed: 1 addition & 1 deletion

.stacks/core/build/README.md

Lines changed: 1 addition & 1 deletion

.stacks/core/cache/README.md

Lines changed: 1 addition & 1 deletion

.stacks/core/cli/README.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export async function intro(command: string, options?: IntroOptions) {
2929
* Prints the outro message.
3030
*/
3131
export function outro(text: string, options: OutroOptions, error?: Error | string) {
32+
console.log('here???')
33+
3234
if (options.isError) {
3335
if (error)
3436
log.error(isString(error) ? new Error(error) : error)

.stacks/core/cloud/README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)