Skip to content

Commit

Permalink
Fix error message formatting for data dump
Browse files Browse the repository at this point in the history
ie. no more [object Object]
  • Loading branch information
e-marchand committed Sep 5, 2024
1 parent 1a577d5 commit dc1cfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Sources/Classes/SOURCE.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ Function endOfDatasetGeneration($data : Object)
UI.postMessage(New object:C1471(\
"action"; "show"; \
"type"; "alert"; \
"additional"; $data.errors.join("\n")))
"additional"; ob_error_string($data)))

End if
End if
Expand Down

0 comments on commit dc1cfc4

Please sign in to comment.