Skip to content
Snippets Groups Projects
Commit 53e91bb6 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

defaultErrorHandler now only takes LogAction

It used to take a whole DynFlags, but that meant we had to
create a DynFlags with (panic "No settings") for settings, as
we didn't have any real settings.

Now we just pass the LogAction, which is all that it actually needed.
The default is exported from DynFlags as defaultLogAction.
parent b123d601
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment