summaryrefslogtreecommitdiff
path: root/cli/module_graph.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-01-27 22:25:33 +1100
committerGitHub <noreply@github.com>2021-01-27 22:25:33 +1100
commitecfda65effab41b8ca0ab65955d0542304437491 (patch)
treed5669c2ee704f6b5d878de0993b3c2d743f3ab50 /cli/module_graph.rs
parent5213bed533d061f3f09892b3131b3564cd2bc9cf (diff)
fix(cli): correctly determine emit state with redirects (#9287)
Fixes #9129
Diffstat (limited to 'cli/module_graph.rs')
-rw-r--r--cli/module_graph.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/module_graph.rs b/cli/module_graph.rs
index d726e21a0..a1c408666 100644
--- a/cli/module_graph.rs
+++ b/cli/module_graph.rs
@@ -1470,7 +1470,7 @@ impl Graph {
true
}
} else {
- false
+ true
}
})
}