Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
import
dev, { ci } from
'./dev'
18
19
export
const
warn = (...args) => {
20
if
(dev || ci) {
21
console.warn(...args)
22
}
23
}
24
25
export
const
error = (...args) => {
26
if
(dev || ci) {
Callers
5
byte.js
File · 0.90
diff.js
File · 0.90
IntlHelmet
Function · 0.90
Message
Function · 0.90
ingestError
Function · 0.90
Calls
1
warn
Method · 0.80
Tested by
no test coverage detected