mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-23 17:19:47 +02:00
minor fix
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user