MCPcopy
hub / github.com/shelljs/shelljs / log

Function log

src/common.js:65–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63exports.isObject = isObject;
64
65function log() {
66 /* istanbul ignore next */
67 if (!config.silent) {
68 console.error.apply(console, arguments);
69 }
70}
71exports.log = log;
72
73// Converts strings to be equivalent across all platforms. Primarily responsible

Callers 1

errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected