Add assertion
This commit is contained in:
parent
161234d944
commit
b222530dd6
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"author": ["Emik"],
|
"author": ["Emik"],
|
||||||
"version": "1.2.5",
|
"version": "1.2.6",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
"badge_text_colour": "44475A",
|
"badge_text_colour": "44475A",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
F = SMODS.load_file("src/LuaFunctional/functional.lua")()
|
F = assert(SMODS.load_file("src/LuaFunctional/functional.lua"))()
|
||||||
assert(SMODS.load_file("src/challenge.lua"))()
|
assert(SMODS.load_file("src/challenge.lua"))()
|
||||||
assert(SMODS.load_file("src/spectral.lua"))()
|
assert(SMODS.load_file("src/spectral.lua"))()
|
||||||
assert(SMODS.load_file("src/blind.lua"))()
|
assert(SMODS.load_file("src/blind.lua"))()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue