This commit is contained in:
Karl Seguin
2025-03-10 15:44:09 +08:00
parent 1e6a1bd3af
commit b75b36dc61

View File

@@ -61,7 +61,7 @@ fn getAndMakeAppDir(allocator: Allocator) ?[]const u8 {
allocator.free(app_dir_path); allocator.free(app_dir_path);
log.warn("failed to create lightpanda data dir: {}", .{err}); log.warn("failed to create lightpanda data dir: {}", .{err});
return null; return null;
} },
}; };
return app_dir_path; return app_dir_path;
} }