Skip to content

Commit e447781

Browse files
committed
fix: apparently the outputs order has changed
1 parent c9f2de8 commit e447781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/levelsync.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ proc setupChronicles() =
108108
if path.fileExists:
109109
moveFile(path, path & ".old")
110110

111-
let success = defaultChroniclesStream.output.open(path, fmWrite)
111+
let success = defaultChroniclesStream.outputs[1].open(path, fmWrite)
112112
assert success
113113

114114
proc main() =

0 commit comments

Comments
 (0)