mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[flutter_tool] Add missing toString() (#37331)
This commit is contained in:
parent
ea32385162
commit
2b03e2089d
@ -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');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user