Skip to content

Commit 458a593

Browse files
loutskiyloutskiy
authored andcommitted
fix crash
1 parent 8c28af7 commit 458a593

36 files changed

Lines changed: 33 additions & 34 deletions

Installer/ProgressVC.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,9 @@ class ProgressVC: NSViewController {
213213
if NameStorage.shared.data.count == 0 {
214214
self.errorReadingResults(text: "progress.archive_error".localized)
215215
} else {
216-
print(NameStorage.shared.data)
216+
self.changeProgress(withText: "progress.copy_completed".localized, toProgress: 20)
217+
NotificationCenter.default.post(name: .navigationForward, object: nil)
217218
}
218-
self.changeProgress(withText: "progress.copy_completed".localized, toProgress: 20)
219-
NotificationCenter.default.post(name: .navigationForward, object: nil)
220219
}
221220

222221
func deleteFileAtPath (_ file: String) {
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)