MCPcopy Create free account
hub / github.com/benwinding/react-admin-import-csv / warn

Method warn

src/SimpleLogger.ts:23–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 public get warn() {
24 if (!this.debug) {
25 return (...any) => {};
26 }
27 const boundLogFn: (...any) => void = console.warn.bind(
28 console,
29 this.getLogString()
30 );
31 return boundLogFn;
32 }
33
34 public get error() {
35 if (!this.debug) {

Callers

nothing calls this directly

Calls 1

getLogStringMethod · 0.95

Tested by

no test coverage detected