1
Fork 0

known APIs work now

main
Motiejus Jakštys 2022-07-14 19:22:39 +03:00
parent c883dcd52c
commit f63c7f317c
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ fn init() void {
// std.debug.print("opening '{s}'\n", .{fname});
const fname = turbonss_db_path;
const verbose = false;
const omit_members = true;
const omit_members = false;
const file = File.open(fname) catch |err| {
if (verbose)