Truncate long log output to save RAM

This commit is contained in:
ilyaigpetrov 2020-11-01 11:07:59 +00:00
parent c8e7d7f427
commit e60b8cc96c
3 changed files with 1 additions and 4254 deletions

View File

@ -69,7 +69,7 @@
);
}
console.log('GETed with success:', url, Date.now() - start);
console.log('GETed with success:', url.substr(0, 100), Date.now() - start);
textCb();
},

File diff suppressed because it is too large Load Diff