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 25335aa commit 053487eCopy full SHA for 053487e
lute/cli/commands/test/init.luau
@@ -62,7 +62,7 @@ local function loadtests(testfiles: { path.path })
62
local success, err = pcall(luau.loadbypath, p, fenv)
63
64
if not success then
65
- error(`Failed to load test file {path.format(p)}: {err}`)
+ print(`Failed to load test file {path.format(p)}: {err}`)
66
end
67
68
0 commit comments