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

Method showCursor

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

Resume showing the cursor in the terminal, only executed in local environments.

()

Source from the content-addressed store, hash-verified

122
123 /** Resume showing the cursor in the terminal, only executed in local environments. */
124 private showCursor() {
125 if (!IS_CI) {
126 process.stdout.write(showCursor);
127 }
128 }
129}

Callers 1

_completeMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected