MCPcopy Create free account
hub / github.com/bytebase/bytebase / error

Function error

frontend/scripts/check-react-i18n.mjs:101–104  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

99let errors = 0;
100
101function error(msg) {
102 console.error(msg);
103 errors++;
104}
105
106// ---------------------------------------------------------------------------
107// Helpers

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected