|
@@ -559,11 +559,11 @@ class NCUtility: NSObject {
|
|
hud.progress = exporter.progress
|
|
hud.progress = exporter.progress
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- callCompletionWithError()
|
|
|
|
|
|
+ return callCompletionWithError()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- callCompletionWithError()
|
|
|
|
|
|
+ return callCompletionWithError()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|