MCPcopy Create free account
hub / github.com/browserify/console-browserify / warn

Function warn

index.js:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48function warn() {
49 console.log.apply(console, arguments)
50}
51
52function error() {
53 console.warn.apply(console, arguments)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…