Skip to content

Commit d6dba56

Browse files
authored
Fix error-to-string conversion
2 parents 99293ec + dd74dfb commit d6dba56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootloader/src/bootloader.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ local function execute_bootloader(entry, options, completed_bootloaders)
174174

175175
return {
176176
status = "error",
177-
message = "Dependencies not met: " .. tostring(err)or_message,
177+
message = "Dependencies not met: " .. tostring(error_message),
178178
duration = 0
179179
}
180180
end

0 commit comments

Comments
 (0)