MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / warn

Method warn

daily/ydyp.js:159–161  ·  view source on GitHub ↗
(...e)

Source from the content-addressed store, hash-verified

157 r ? t.log(`${e}: ${Date.now()-r}ms`) : t.warn(`Timer "${e}" doesn’t exist`)
158 };
159 static warn(...e) {
160 t.#o < 2 || (e = e.map(e => `⚠️ ${e}`), t.log(...e))
161 }
162}
163class r {
164 static escape(e) {

Callers 1

tClass · 0.80

Calls 1

logMethod · 0.45

Tested by

no test coverage detected