schemac: Bundle is now a ref obj

This commit is contained in:
Emery Hemingway 2023-12-16 00:21:48 +02:00
parent 40f20a3ca8
commit c1eb0a513a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ when isMainModule:
write(outStream, schema.toPreserve)
of "bundle":
var bundle: Bundle
let bundle = Bundle()
if not dirExists inputPath:
quit "not a directory of schemas: " & inputPath
else: