MCPcopy Create free account
hub / github.com/nodejs/node / #writeOutput

Method #writeOutput

deps/npm/lib/utils/display.js:378–388  ·  view source on GitHub ↗
(level, meta, ...args)

Source from the content-addressed store, hash-verified

376 // OUTPUT
377
378 #writeOutput (level, meta, ...args) {
379 switch (level) {
380 case output.KEYS.standard:
381 this.#write(this.#stdout, meta, ...args)
382 break
383
384 case output.KEYS.error:
385 this.#write(this.#stderr, meta, ...args)
386 break
387 }
388 }
389
390 // LOGS
391

Callers 1

DisplayClass · 0.95

Calls 1

#writeMethod · 0.95

Tested by

no test coverage detected