Skip to content

Commit dea6c32

Browse files
Update packages/wxt/src/core/utils/network.ts
Co-authored-by: Aaron <aaronklinker1@gmail.com>
1 parent 2f2c765 commit dea6c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wxt/src/core/utils/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function isOffline(): Promise<boolean> {
99
});
1010
return await withTimeout(isOffline, 1e3);
1111
} catch (error) {
12-
console.error('Error checking offline status:', error);
12+
consola.error('Error checking offline status:', error);
1313
return true;
1414
}
1515
}

0 commit comments

Comments
 (0)