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 68a8fe5 commit 999aa98Copy full SHA for 999aa98
main.js
@@ -130,6 +130,7 @@ async function download(url, hash) {
130
function tarballContentDirectory(version) {
131
debug("tarballContentDirectory %s", version)
132
if (version.startsWith("luajit")) {
133
+ const luajitVersion = version.substr("luajit-".length)
134
debug("LuaJIT version: %s", luajitVersion)
135
return `LuaJIT-${luajitVersion}`
136
}
0 commit comments