known APIs work now
This commit is contained in:
parent
c883dcd52c
commit
f63c7f317c
@ -95,7 +95,7 @@ fn init() void {
|
|||||||
// std.debug.print("opening '{s}'\n", .{fname});
|
// std.debug.print("opening '{s}'\n", .{fname});
|
||||||
const fname = turbonss_db_path;
|
const fname = turbonss_db_path;
|
||||||
const verbose = false;
|
const verbose = false;
|
||||||
const omit_members = true;
|
const omit_members = false;
|
||||||
|
|
||||||
const file = File.open(fname) catch |err| {
|
const file = File.open(fname) catch |err| {
|
||||||
if (verbose)
|
if (verbose)
|
||||||
|
Loading…
Reference in New Issue
Block a user