We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b03d28 commit 99c4580Copy full SHA for 99c4580
build_runner_core/lib/src/generate/build.dart
@@ -913,15 +913,15 @@ class Build {
913
var firstNode = assetGraph.get(outputs.first)!;
914
final firstNodeState = firstNode.generatedNodeState!;
915
916
- /*if (firstNodeState.result == null) {
+ if (firstNodeState.result == null) {
917
if (logFine) {
918
_logger.fine(
919
'Build ${renderer.build(forInput, outputs)} because '
920
- 'it was skipped.',
+ 'it was optional and is now needed.',
921
);
922
}
923
return true;
924
- }*/
+ }
925
926
final inputs = firstNodeState.inputs;
927
/*if (logFine) {
0 commit comments