clean up old logs

This commit is contained in:
jeffvli
2026-01-16 11:05:33 -08:00
parent dc5414284a
commit 431ff76e19
6 changed files with 10 additions and 16 deletions
+3 -1
View File
@@ -126,7 +126,9 @@ const installExtensions = async () => {
type: 'info',
});
})
.catch(console.error);
.catch(() => {
// Ignore
});
});
};