MCPcopy Create free account
hub / github.com/JasonShin/sqlx-ts / warn

Function warn

node/postinstall.js:22–22  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

20const info = (msg) => console.log(`${colors.cyan}INFO: ${msg} ${colors.reset}`)
21const success = (msg) => console.log(`${colors.green}SUCCESS: ${msg} ${colors.reset}`)
22const warn = (msg) => console.warn(`${colors.yellow}WARNING: ${msg} ${colors.reset}`)
23const error = (msg) => console.error(`${colors.red}ERROR: ${msg} ${colors.reset}`)
24
25function getBinaryInfo() {

Callers 1

safeUnlinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected