Skip to content

Commit f6d7116

Browse files
committed
try to print the error
1 parent 9c4aa40 commit f6d7116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/api/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const getErrorDetail = (error: unknown): string | undefined => {
127127
}
128128

129129
if (error instanceof Error) {
130-
return "Please check the developer console for more details.";
130+
return "Please check the developer console for more details. " + error;
131131
}
132132

133133
return undefined;

0 commit comments

Comments
 (0)