aww
This commit is contained in:
parent
5dee01b07b
commit
8421b61a82
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ return {
|
|||
package.loaded[path] = nil
|
||||
local err, m = pcall(require, path)
|
||||
C.api:reply(msg, ('Reloaded. %s (%s)'):format(
|
||||
err and 'Error:' or 'No errors',
|
||||
not err and 'Error:' or 'Result:',
|
||||
m
|
||||
))
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue