Skip to content

Commit eec6d89

Browse files
committed
fusionc: fix --metadata to show error message
1 parent 2b5d814 commit eec6d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/interpreter/source.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ while arg_index <= #arg do
2121
".metadata")
2222
if not ok then
2323
error("Could not find module metadata for package: " ..
24-
arg[arg_index + 1])
24+
arg[arg_index + 1] .. "\n" .. module)
2525
else
2626
local function check(name)
2727
assert(module[name], "Missing field: " .. name)

0 commit comments

Comments
 (0)