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

Function error

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

Source from the content-addressed store, hash-verified

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() {
26 let build = ''

Callers 2

installFunction · 0.85

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected