We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758aaba commit ba5821fCopy full SHA for ba5821f
webdev/lib/src/daemon/app_domain.dart
@@ -152,9 +152,9 @@ class AppDomain extends Domain {
152
'finished': true,
153
'progressId': 'hot.restart',
154
});
155
- sendEvent('daemon.logMessage', {
156
- 'level': 'info',
157
- 'message': 'Restarted application in ${stopwatch.elapsedMilliseconds}ms'
+ sendEvent('app.log', {
+ 'appId': _appId,
+ 'log': 'Restarted application in ${stopwatch.elapsedMilliseconds}ms'
158
159
return {
160
'code': response.type == 'Success' ? 0 : 1,
0 commit comments