Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ionic-team/capacitor
/ isFatal
Function
isFatal
cli/src/errors.ts:23–25 ·
view source on GitHub ↗
(e: any)
Source
from the content-addressed store, hash-verified
21
}
22
23
export
function
isFatal(e: any): e is FatalException {
24
return
e && e instanceof FatalException;
25
}
Callers
13
run
Function · 0.90
loadExtConfigTS
Function · 0.90
doctorAndroid
Function · 0.90
listCommand
Function · 0.90
copyCommand
Function · 0.90
updateCommand
Function · 0.90
runCommand
Function · 0.90
initCommand
Function · 0.90
addCommand
Function · 0.90
syncCommand
Function · 0.90
openCommand
Function · 0.90
buildCommand
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected