Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barrior/JParticles
/ warn
Method
warn
scripts/logger.mjs:20–22 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
18
}
19
20
warn(...args) {
21
console.warn(chalk.yellow(
'WARN'
), ...args)
22
}
23
24
error(...args) {
25
console.error(chalk.red(
'ERROR'
), ...args)
Callers
1
generateShapeData
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected