Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
let
openVsxPat =
''
;
10
11
function
errExit(...args) {
12
console.error(`${prog}: Error:`, ...args);
13
process.exit(1);
14
}
15
16
function
ensureGitClean() {
17
const
gitStatus = child_process
Callers
4
ensureGitClean
Function · 0.85
isPreRelease
Function · 0.85
vsceRun
Function · 0.85
run
Function · 0.85
Calls
1
exit
Method · 0.80
Tested by
no test coverage detected