Fix an lgtm alert.

This commit is contained in:
kovacsv 2022-01-18 18:50:49 +01:00
parent ce9176a58e
commit 962a45c5e1

View File

@ -133,7 +133,7 @@ export class Importer
LoadFiles (fileList, fileSource, onReady)
{
let newFileList = new FileList (this.importers);
let newFileList = new FileList ();
if (fileSource === FileSource.Url) {
newFileList.FillFromFileUrls (fileList);
} else if (fileSource === FileSource.File) {