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 d5f979e commit 6268703Copy full SHA for 6268703
webdev/lib/src/daemon/app_domain.dart
@@ -38,25 +38,20 @@ class AppDomain extends Domain {
38
sendEvent('app.progress', {
39
'appId': _appId,
40
'id': '$_buildProgressEventId',
41
- 'message': 'Building',
42
- 'progressId': 'build',
+ 'message': 'Building...',
43
});
44
break;
45
case BuildStatus.failed:
46
47
48
49
- 'message': 'Build Failed',
50
51
'finished': true,
52
53
54
case BuildStatus.succeeded:
55
56
57
58
- 'message': 'Build Succeeded',
59
60
61
62
0 commit comments