@forge/cli-shared
6.4.0-next.46.4.0-next.5
out/shared/error-handling.jsout/shared/error-handling.js−5
Index: package/out/shared/error-handling.js
===================================================================
--- package/out/shared/error-handling.js
+++ package/out/shared/error-handling.js
@@ -107,13 +107,8 @@
class BundlerTSError extends UserError {
}
exports.BundlerTSError = BundlerTSError;
class ApplicationCompileError extends UserError {
- error;
- constructor(error) {
- super(error.message);
- this.error = error;
- }
}
exports.ApplicationCompileError = ApplicationCompileError;
class UIPromptError extends BaseError {
isTtyError;