mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
browser: rename log scope
This commit is contained in:
@@ -16,7 +16,7 @@ const Walker = @import("../dom/html_collection.zig").WalkerDepthFirst;
|
|||||||
|
|
||||||
const FetchResult = std.http.Client.FetchResult;
|
const FetchResult = std.http.Client.FetchResult;
|
||||||
|
|
||||||
const log = std.log.scoped(.lpd_browser);
|
const log = std.log.scoped(.browser);
|
||||||
|
|
||||||
// Browser is an instance of the browser.
|
// Browser is an instance of the browser.
|
||||||
// You can create multiple browser instances.
|
// You can create multiple browser instances.
|
||||||
|
|||||||
Reference in New Issue
Block a user