Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ stop
Function
stop
packages/cli/src/util/output/wait.ts:28–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}, delay);
27
28
const
stop = () => {
29
clearTimeout(timeout);
30
if
(spinner) {
31
spinner.stop();
32
spinner = null;
33
process.stderr.write(eraseLines(1));
34
}
35
};
36
37
stop.text = text;
38
Callers
1
main
Function · 0.50
Calls
3
eraseLines
Function · 0.85
stop
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected