Improve rollop output. Harden tsconfig

This commit is contained in:
Clayton Wilson
2024-03-11 01:49:18 -05:00
parent 47e0dcb07f
commit 7581c5aab1
3 changed files with 21 additions and 19 deletions

View File

@@ -387,9 +387,7 @@ export class Logger {
let logs = [...this.buffer];
for (let i = this.bucketIndex.length - 1; i >= 0; i--) {
// Get name from index
const bucket = this.bucketIndex[i];
for (const bucket of this.bucketIndex) {
// Get data from bucket
const gzipped = GM_getValue(bucket.name, undefined);
if (gzipped === undefined) {