Skip to content
  • Ian Lynagh's avatar
    Pass DynFlags to the LogAction · 5716a2f8
    Ian Lynagh authored
    A side-effect is that we can no longer use the LogAction in
    defaultErrorHandler, as we don't have DynFlags at that point.
    But all that defaultErrorHandler did is to print Strings as
    SevFatal, so now it takes a 'FatalMessager' instead.
    5716a2f8