Skip to content

Commit 5049c7e

Browse files
committed
Changed error format to only include message
1 parent a22dc1c commit 5049c7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

preview.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
Return[
2727
<|
2828
"error" -> <|
29-
"message" -> "Unable to process expression",
30-
"error_thrown" -> parsedResponse
29+
"message" -> parsedResponse
3130
|>
3231
|>
3332
]

0 commit comments

Comments
 (0)