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 c336a3f commit 2e4de4fCopy full SHA for 2e4de4f
Plugins/BridgeJS/Sources/BridgeJSLink/JSGlueGen.swift
@@ -1230,7 +1230,7 @@ struct IntrinsicJSFragment: Sendable {
1230
printer.write("}")
1231
scope.emitPushI32Parameter("\(isSomeVar) ? 1 : 0", printer: printer)
1232
default:
1233
- ()
+ throw BridgeJSLinkError(message: "Unsupported wrapped type for returning from JS function: \(wrappedType)")
1234
}
1235
1236
return []
0 commit comments