Dark mode progress

This commit is contained in:
Geomitron
2020-03-12 21:04:09 -04:00
parent f1d58aafa8
commit 5f3fd66541
8 changed files with 79 additions and 101 deletions

View File

@@ -106,6 +106,7 @@ export class FileExtractor {
* Deletes the archive at `archiveFilepath`, then transfers the extracted chart to `this.libraryFolder`.
*/
private async transfer(archiveFilepath?: string) {
// TODO: this fails if the extracted chart has nested folders
if (this.wasCanceled) { return } // CANCEL POINT
try {