Unverified Commit 2b03e208 authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

[flutter_tool] Add missing toString() (#37331)

parent ea323851
...@@ -663,7 +663,7 @@ class DeviceDomain extends Domain { ...@@ -663,7 +663,7 @@ class DeviceDomain extends Domain {
final Map<String, Object> response = await _deviceToMap(device); final Map<String, Object> response = await _deviceToMap(device);
sendEvent(eventName, response); sendEvent(eventName, response);
} catch (err) { } catch (err) {
printError(err); printError('$err');
} }
}); });
}; };
......
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