Skip to content

Commit 42504ef

Browse files
edusperoniNathanWalker
authored andcommitted
chore: error message failover
1 parent 7a8efea commit 42504ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main-view-model.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export class TestBrokerViewModel extends Observable {
130130
try {
131131
executeWebpackTests();
132132
} catch (e) {
133-
this.error(e.message);
133+
this.error(`${e?.message || e}`);
134134
}
135135

136136
if (!this.hasError) {

0 commit comments

Comments
 (0)