diff options
| -rw-r--r-- | fctdrive/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fctdrive/src/main.rs b/fctdrive/src/main.rs index 2035680..91e5046 100644 --- a/fctdrive/src/main.rs +++ b/fctdrive/src/main.rs | |||
| @@ -859,6 +859,7 @@ fn cmd_view(args: ViewArgs) { | |||
| 859 | ops.iter().for_each(|op| apply(&mut fs, op).unwrap()); | 859 | ops.iter().for_each(|op| apply(&mut fs, op).unwrap()); |
| 860 | write_node(&mut writer, &fs, fs.root, Default::default()); | 860 | write_node(&mut writer, &fs, fs.root, Default::default()); |
| 861 | writer.flush().unwrap(); | 861 | writer.flush().unwrap(); |
| 862 | std::process::exit(0); | ||
| 862 | } | 863 | } |
| 863 | 864 | ||
| 864 | fn write_node(writer: &mut FsNodeWriter, fs: &Fs, node_id: FsNodeId, path: DrivePath) { | 865 | fn write_node(writer: &mut FsNodeWriter, fs: &Fs, node_id: FsNodeId, path: DrivePath) { |
