forked from MapComplete/MapComplete
Make generateStats script more performant
This commit is contained in:
parent
a37ffb5523
commit
71380aa557
2 changed files with 24 additions and 12 deletions
|
@ -178,7 +178,7 @@ export default class ScriptUtils {
|
|||
if(!headers.Accept){
|
||||
headers.accept ??= "application/json"
|
||||
}
|
||||
console.log(" > ScriptUtils.Download(", url, ")")
|
||||
ScriptUtils.erasableLog(" > ScriptUtils.Download(", url, ")")
|
||||
const urlObj = new URL(url)
|
||||
const request = https.get(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue