Skip to content

Commit 053487e

Browse files
committed
working copy
1 parent 25335aa commit 053487e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lute/cli/commands/test/init.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ local function loadtests(testfiles: { path.path })
6262
local success, err = pcall(luau.loadbypath, p, fenv)
6363

6464
if not success then
65-
error(`Failed to load test file {path.format(p)}: {err}`)
65+
print(`Failed to load test file {path.format(p)}: {err}`)
6666
end
6767
end
6868
end

0 commit comments

Comments
 (0)