mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove dead vmservice.RPCError catch (#53193)
This commit is contained in:
parent
8e492fa845
commit
151c8db7dc
@ -520,8 +520,6 @@ class _ResidentWebRunner extends ResidentWebRunner {
|
||||
return OperationResult(1, err.toString(), fatal: true);
|
||||
} on WipError catch (err) {
|
||||
return OperationResult(1, err.toString(), fatal: true);
|
||||
} on vmservice.RPCError catch (err) {
|
||||
return OperationResult(1, err.toString(), fatal: true);
|
||||
} finally {
|
||||
status.stop();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user