MCPcopy Create free account
hub / github.com/angular/dev-infra / printNextCIFrame

Method printNextCIFrame

ng-dev/utils/spinner.ts:108–114  ·  view source on GitHub ↗

Print the next expected piece for the spinner to stdout for CI usage.

(text?: string)

Source from the content-addressed store, hash-verified

106
107 /** Print the next expected piece for the spinner to stdout for CI usage. */
108 private printNextCIFrame(text?: string) {
109 if (text) {
110 process.stdout.write(`\n${text}.`);
111 return;
112 }
113 process.stdout.write('.');
114 }
115
116 /** Hide the cursor in the terminal, only executed in local environments. */
117 private hideCursor() {

Callers 1

printFrameMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected