mirror of https://github.com/Hilbis/Hilbish
fix: get function docs for normal modules (regression from 52a6eb2125
)
parent
812de48558
commit
e67c549714
|
@ -77,6 +77,9 @@ These are the global Hilbish functions that are always available and not part of
|
|||
return 1
|
||||
end
|
||||
|
||||
if not funcdocs then
|
||||
funcdocs = f:read '*a'
|
||||
end
|
||||
local desc = ''
|
||||
local ok = pcall(require, mod)
|
||||
if ok then
|
||||
|
|
Loading…
Reference in New Issue