internal dump routine

This commit is contained in:
David Schor 2015-08-10 01:58:25 -04:00
parent 85a1bbdf0e
commit 00b13d2ac1
2 changed files with 41 additions and 1 deletions

View file

@ -219,7 +219,11 @@ func main() {
}
}
// internal.Dump()
err = internal.Dump(handle.QuadStore, *dumpFile, *dumpType)
if err != nil {
break
}
handle.Close()
case "repl":