mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
minor fix
This commit is contained in:
parent
b266f9deed
commit
c9c50df4f4
@ -232,7 +232,6 @@ function VFSController:write(...)
|
|||||||
|
|
||||||
if rq ~= nil then
|
if rq ~= nil then
|
||||||
local r, m = require("vfs").write(rq.path, rq.data)
|
local r, m = require("vfs").write(rq.path, rq.data)
|
||||||
sqlite.dbclose()
|
|
||||||
if r then
|
if r then
|
||||||
result(r)
|
result(r)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user