MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / warn

Function warn

pkg/webui/lib/log.js:19–23  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

17import dev, { ci } from './dev'
18
19export const warn = (...args) => {
20 if (dev || ci) {
21 console.warn(...args)
22 }
23}
24
25export const error = (...args) => {
26 if (dev || ci) {

Callers 5

byte.jsFile · 0.90
diff.jsFile · 0.90
IntlHelmetFunction · 0.90
MessageFunction · 0.90
ingestErrorFunction · 0.90

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected