@forge/cli-shared
6.4.0-next.46.4.0-next.5
out/shared/error-handling.d.tsout/shared/error-handling.d.ts−2
Index: package/out/shared/error-handling.d.ts
===================================================================
--- package/out/shared/error-handling.d.ts
+++ package/out/shared/error-handling.d.ts
@@ -33,10 +33,8 @@
name: string;
attributes: ErrorAnalytics;
}
export declare class ApplicationCompileError extends UserError {
- readonly error: Error;
- constructor(error: Error);
}
export declare class UIPromptError extends BaseError {
private readonly isTtyError;
constructor(message?: string, isTtyError?: boolean);