We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
makeGlobal()
1 parent 8cbf26f commit db0d94eCopy full SHA for db0d94e
Sources/SwiftDriver/SwiftScan/SwiftScanCAS.swift
@@ -59,8 +59,9 @@ public final class CachedCompilation {
59
} else {
60
obj.callback(DependencyScanningError.casError("unknown makeGlobal error"))
61
}
62
+ } else {
63
+ obj.callback(nil)
64
- obj.callback(nil)
65
66
67
let context = CallbackContext(self, callback)
0 commit comments