We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a1f23 commit 7df6aecCopy full SHA for 7df6aec
library/lualink/globals.lua
@@ -21,5 +21,5 @@ function synchronized(func) end
21
22
--- Let's you try-catch Java exceptions thrown when called from Lua
23
--- @param try function
24
---- @param catch fun(throwable: java.lang.Object)
+--- @param catch fun(throwable: java.lang.Throwable)
25
function exceptionally(try: function, catch: function)
0 commit comments