MCPcopy Create free account
hub / github.com/Marus/cortex-debug / errExit

Function errExit

release.js:11–14  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

9let openVsxPat = '';
10
11function errExit(...args) {
12 console.error(`${prog}: Error:`, ...args);
13 process.exit(1);
14}
15
16function ensureGitClean() {
17 const gitStatus = child_process

Callers 4

ensureGitCleanFunction · 0.85
isPreReleaseFunction · 0.85
vsceRunFunction · 0.85
runFunction · 0.85

Calls 1

exitMethod · 0.80

Tested by

no test coverage detected