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 a1c750e commit 3e58a60Copy full SHA for 3e58a60
lua/java-core/utils/async.lua
@@ -38,7 +38,7 @@ local function async(func)
38
return
39
end
40
41
- error('unhandled error ' .. thunk)
+ error('unhandled error ' .. tostring(thunk))
42
43
44
assert(ok, thunk)
0 commit comments