MCPcopy
hub / github.com/mjmlio/mjml / error

Function error

packages/mjml-cli/src/client.js:40–45  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

38 let KEEP_OPEN = false
39
40 const error = (msg) => {
41 console.error('\nCommand line error:') // eslint-disable-line no-console
42 console.error(msg) // eslint-disable-line no-console
43
44 process.exit(1)
45 }
46
47 const pickArgs = (args) =>
48 flow(

Callers 1

client.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…