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 d64e9c9 commit 4df34c8Copy full SHA for 4df34c8
lib/src/generate/build_impl.dart
@@ -75,7 +75,7 @@ class BuildImpl {
75
76
/// Assume incremental, change if necessary.
77
var buildType = BuildType.Incremental;
78
- var done = new Completer();
+ var done = new Completer<BuildResult>();
79
Chain.capture(() async {
80
if (_buildRunning) throw const ConcurrentBuildException();
81
_buildRunning = true;
0 commit comments