We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203d736 commit 32178e1Copy full SHA for 32178e1
taminomara-amm-ammcore/_templates/bootstrap/bootstrap.lua
@@ -21,7 +21,9 @@ local function loader(pathCandidates)
21
else
22
return nil
23
end
24
- return moduleCode[realPath], "gh://" .. realPath
+ if moduleCode[realPath] then
25
+ return moduleCode[realPath], "gh://" .. realPath
26
+ end
27
28
29
return nil, nil
taminomara-amm-ammcore/_templates/bootstrap/eeprom.lua
@@ -9,7 +9,7 @@ local config = {
9
-- prog = "ammtest.bin.main", -- to run tests
10
11
--- Where to find the program: either `drive` or `net`.
12
- target = [[{ target }]]
+ target = [[{ target }]],
13
--[[{ configExtras }]] }
14
15
-- Implementation
0 commit comments