Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ shouldExitAlternateScreen
Function
shouldExitAlternateScreen
cli/release-staging/index.js:73–75 ·
view source on GitHub ↗
(code, signal)
Source
from the content-addressed store, hash-verified
71
}
72
73
function
shouldExitAlternateScreen(code, signal) {
74
return
Boolean(signal) || isWindowsNativeCrashCode(code)
75
}
76
77
function
createConfig(packageName) {
78
const
homeDir = os.homedir()
Callers
2
checkForUpdates
Function · 0.70
exitListener
Function · 0.70
Calls
1
isWindowsNativeCrashCode
Function · 0.70
Tested by
no test coverage detected