mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-04-20 02:26:45 +02:00
fix bug
This commit is contained in:
parent
02c291bd65
commit
86453ce7c0
@ -105,7 +105,7 @@ function DocController:index(...)
|
|||||||
end
|
end
|
||||||
if path and ulib.exists(path) then
|
if path and ulib.exists(path) then
|
||||||
local file = io.open(path, "r")
|
local file = io.open(path, "r")
|
||||||
local content = = ""
|
local content = ""
|
||||||
local md = require("md")
|
local md = require("md")
|
||||||
local callback = function(s)
|
local callback = function(s)
|
||||||
content = content..s
|
content = content..s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user