8 | {`
9 | ..
10 | .+....:
11 | :~.~+=*
12 | .:....~+ ..
13 | +++++**..=}}[())<)(:
14 | ~^)(][[[[[[}{{{)}}}]^
15 | -(]}[)-){#{{{{{{~
16 | <[{( -)#######(
17 | ..^ *[{{{{#{}(<>^.
18 | .. ^(](]}#{}[(<><)
19 | ++<><( :){{{{. .~:
20 | -=^*>) .##{=.-- .~::
21 | *^><) :===}#{- ~::+*
22 | +^]][]===~..:*^-..-.-++
23 | -^({{{>=~ -- := :=++
24 | =^}}<=.:-. :-.:~=++
25 | =~=-- -~ :~.:===++
26 | :++~ -... .~- -====*~
27 | .~-:~- :::-~-:~===++=
28 | -+~ :=~ ~====+*~
29 | . :~---=++**+:
30 | ~+++=++**+:
31 | `}
32 |
33 | );
34 | }
35 |
--------------------------------------------------------------------------------
/lib/logger.ts:
--------------------------------------------------------------------------------
1 | import ansis from "ansis";
2 |
3 | export const logger = console;
4 |
5 | const stringifyArg = (arg: unknown) =>
6 | typeof arg === "object" ? JSON.stringify(arg, null, 2) : String(arg);
7 |
8 | export const logError = (...args: Parameters31 | Star on GitHub 32 |
33 |
14 | {children}
15 |
16 | ) : (
17 |
21 | {children}
22 |
23 | );
24 | },
25 | ol: ({ node, children, ...props }: any) => (
26 | 48 | {children} 49 |
50 | ); 51 | } 52 | }; 53 | 54 | return ( 55 |{formatAction(action)}
95 | 383 | {isLoading 384 | ? "Preparing your sandbox environment..." 385 | : "Creating a new sandbox for your request..."} 386 |
387 |