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 434b396 commit 95dd194Copy full SHA for 95dd194
src/init.lua
@@ -5,7 +5,7 @@ local defaultPath = package.path
5
local format = "path;/path/?.lua;/path/?/init.lua;"
6
7
local main = format:gsub("path", basaltPath)
8
-package.path = main.."rom/?"
+package.path = main.."rom/?;"..defaultPath
9
10
local function errorHandler(err)
11
package.path = main.."rom/?"
0 commit comments