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.
1 parent e187ad6 commit 748961dCopy full SHA for 748961d
Sources/SwiftJavaTool/Commands/JExtractCommand.swift
@@ -103,7 +103,7 @@ extension SwiftJava.JExtractCommand {
103
config.inputSwiftDirectory = "\(FileManager.default.currentDirectoryPath)/Sources/\(swiftModule)"
104
}
105
106
- print("[debug][swift-java] Running 'swift-java jextract' in mode: " + "\(self.mode)".bold)
+ print("[debug][swift-java] Running 'swift-java jextract' in mode: " + "\(config.mode ?? .ffm)".bold)
107
108
// Load all of the dependent configurations and associate them with Swift modules.
109
let dependentConfigs = try loadDependentConfigs(dependsOn: self.dependsOn)
0 commit comments