Clear out the artifacts list after posting.

This commit is contained in:
apriestman 2020-12-17 09:18:39 -05:00
parent abee6a326a
commit a96ec32e12

View File

@ -411,6 +411,7 @@ class Chromium extends Extract {
}
}
postArtifacts(bbartifacts);
bbartifacts.clear();
dbFile.delete();
}
}