Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/devcontainers/cli
/ bailOut
Function
bailOut
src/spec-node/singleContainer.ts:494–497 ·
view source on GitHub ↗
(output: Log, message: string)
Source
from the content-addressed store, hash-verified
492
}
493
494
export
function
bailOut(output: Log, message: string): never {
495
output.write(toErrorText(message));
496
throw
new
Error(message);
497
}
Callers
5
doSetUp
Function · 0.90
doRunUserCommands
Function · 0.90
doExec
Function · 0.90
openDockerfileDevContainer
Function · 0.85
startExistingContainer
Function · 0.85
Calls
2
toErrorText
Function · 0.85
write
Method · 0.65
Tested by
no test coverage detected