mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
typo fix
This commit is contained in:
@@ -563,7 +563,7 @@ pub const Page = struct {
|
|||||||
|
|
||||||
const resp = fetchres.req.response;
|
const resp = fetchres.req.response;
|
||||||
|
|
||||||
log.info("fech script {any}: {d}", .{ u, resp.status });
|
log.info("fetch script {any}: {d}", .{ u, resp.status });
|
||||||
|
|
||||||
if (resp.status != .ok) return FetchError.BadStatusCode;
|
if (resp.status != .ok) return FetchError.BadStatusCode;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user