diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-01-27 22:25:33 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 22:25:33 +1100 |
| commit | ecfda65effab41b8ca0ab65955d0542304437491 (patch) | |
| tree | d5669c2ee704f6b5d878de0993b3c2d743f3ab50 /cli/module_graph.rs | |
| parent | 5213bed533d061f3f09892b3131b3564cd2bc9cf (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.rs | 2 |
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 } }) } |
