MCPcopy
hub / github.com/triggerdotdev/trigger.dev / ballmerSpinner

Function ballmerSpinner

packages/cli-v3/src/utilities/windows.ts:9–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7}
8
9const ballmerSpinner = () => ({
10 start: (msg?: string): void => {
11 log.step(msg ?? "");
12 },
13 stop: (msg?: string, code?: number): void => {
14 log.message(msg ?? "");
15 },
16 message: (msg?: string): void => {
17 log.message(msg ?? "");
18 },
19});
20
21// This will become unecessary with the next clack release, the bug was fixed here:
22// https://github.com/natemoo-re/clack/pull/182

Callers 1

spinnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…