• John McCutchan's avatar
    Use a different message on the first reload. (#9418) · 5e731337
    John McCutchan authored
    The first hot reload does a bunch of work that we used to hide behind the
    loader screen. This PR changes the messsage printed to the user on the first
    reload from:
    
    'Performing hot reload...'
    
    to:
    
    'Initializing hot reload...'
    
    Subsequent reloads say 'Performing hot reload...'
    5e731337
run_hot.dart 19.5 KB