MCPcopy Create free account
hub / github.com/plotly/plotly.js / logError

Function logError

tasks/find_locale_strings.js:85–89  ·  view source on GitHub ↗
(file, node, msg)

Source from the content-addressed store, hash-verified

83}
84
85function logError(file, node, msg) {
86 console.error(file + ' [line ' + node.loc.start.line + '] ' + msg +
87 '\n ' + node.source());
88 EXIT_CODE = 1;
89}
90
91function spaces(len) {
92 var out = '';

Callers 1

findLocaleStringsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…