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 499ea03 commit c1cf101Copy full SHA for c1cf101
Sources/SwiftJava/JavaKitVM/JavaVirtualMachine.swift
@@ -190,8 +190,8 @@ extension JavaVirtualMachine {
190
191
// If we failed to attach, report that.
192
if let attachError = VMError(fromJNIError: attachResult) {
193
+ // throw attachError
194
fatalError("JVM Error: \(attachError)")
- throw attachError
195
}
196
197
JavaVirtualMachine.destroyTLS.set(jniEnv!)
0 commit comments