MCPcopy
hub / github.com/ionic-team/capacitor / fatal

Function fatal

cli/src/errors.ts:19–21  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

17}
18
19export function fatal(message: string): never {
20 throw new FatalException(message);
21}
22
23export function isFatal(e: any): e is FatalException {
24 return e && e instanceof FatalException;

Callers 15

requireCapacitorPackageFunction · 0.90
selectPlatformsFunction · 0.90
promptForPlatformFunction · 0.90
promptForPlatformTargetFunction · 0.90
copyCordovaJSFunction · 0.90
checkPluginDependenciesFunction · 0.90
resolvePluginFunction · 0.90
runProgramFunction · 0.90
loadExtConfigTSFunction · 0.90
loadExtConfigJSFunction · 0.90
doctorAndroidFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected