Commit 32d09a3a authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

use_rethrow_when_possible (#8985)

parent 25999678
......@@ -561,7 +561,7 @@ Future<VMServiceClientConnection> _waitAndConnect(String url) async {
'Application has not started in 30 seconds. '
'Giving up.'
);
throw e;
rethrow;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment