You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: Yes, it fixes the single-line exception issue, but it adds log level prefix on a separate line, so we need a custom logger to match the previous Fable log behavior.
Description
With the rework of the logging system in #3671 exception message seems to not be formatted anymore.
@nojaf Can the logging library used format the exception if one is happening inside of Fable?
The error seen in the screenshot comes from
Fable/src/Fable.Transforms/Global/Compiler.fs
Lines 275 to 280 in 1d053a7
Related information
The text was updated successfully, but these errors were encountered: