1
0
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:
lxsang 2018-09-15 21:52:32 +02:00
parent b266f9deed
commit c9c50df4f4

View File

@ -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