Fix sonarqube bug

This commit is contained in:
Bill Thornton 2020-12-04 17:14:16 -05:00
parent 8395eb307e
commit 4dc726d781

View file

@ -198,7 +198,7 @@ class ArchiveSource {
release() {
this.files = [];
/* eslint-disable-next-line compat/compat */
this.urls.map(URL.revokeObjectURL);
this.urls.forEach(URL.revokeObjectURL);
this.urls = [];
}
}