mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-23 09:09:57 +02:00
minor fix
This commit is contained in:
@ -232,7 +232,6 @@ function VFSController:write(...)
|
||||
|
||||
if rq ~= nil then
|
||||
local r, m = require("vfs").write(rq.path, rq.data)
|
||||
sqlite.dbclose()
|
||||
if r then
|
||||
result(r)
|
||||
else
|
||||
|
Reference in New Issue
Block a user