Don't treat "Uncaught Storage Updated!" as error

pull/2042/head
BartS23 2022-07-12 14:14:49 +02:00 committed by GitHub
parent b580fa2f84
commit 5f4db2e78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ function getThumbnail(appId, imageFn) {
var firstPixel = rgba32[0];
var blankImage = rgba32.every(col=>col==firstPixel)
if (appLog.indexOf("Uncaught")>=0)
if (appLog.replace("Uncaught Storage Updated!", "").indexOf("Uncaught")>=0)
erroredApps.push( { id : app.id, log : appLog } );
if (!blankImage) {