We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
That's in jumper/core/assert.lua
jumper/core/assert.lua
Fix:
--- a/jumper/core/assert.lua +++ b/jumper/core/assert.lua @@ -96,7 +96,6 @@ if (...) then isBool = isBoolean, isMap = isMap, isStrMap = isStringMap, - isOutOfRange = isOutOfRange, isNil = isNil, type = type, matchType = matchType
Edit: Similarly for jumper/core/utils.lua:
jumper/core/utils.lua
--- a/jumper/core/utils.lua +++ b/jumper/core/utils.lua @@ -146,7 +146,6 @@ if (...) then arrayToNodes = arrayToNodes, strToMap = stringMapToArray, around = around, - drAround = drAround, traceBackPath = traceBackPath }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
That's in
jumper/core/assert.lua
Fix:
Edit: Similarly for
jumper/core/utils.lua
:The text was updated successfully, but these errors were encountered: