Minor typo
This commit is contained in:
parent
833f37dad8
commit
d6ca29b5c8
@ -14,7 +14,7 @@ export async function checkNewVersion(url: string, statusMessage: StatusMessage)
|
||||
let response = await fetch(url)
|
||||
|
||||
if(!response.ok) {
|
||||
console.warn("Error fetch", url)
|
||||
console.warn("Error fetching", url)
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user