Skip to content

Commit 39bb895

Browse files
committed
#3420 remove ErrorCodes.ContentModified
1 parent 0b39956 commit 39bb895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/provider/provider.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ files.watch(function (ev, uri)
16621662
for id, p in pairs(proto.holdon) do
16631663
if m.attributes[p.method].abortByFileUpdate then
16641664
log.debug('close proto(ContentModified):', id, p.method)
1665-
proto.close(id, define.ErrorCodes.ContentModified, 'Content modified.')
1665+
--proto.close(id, define.ErrorCodes.ContentModified, 'Content modified.')
16661666
end
16671667
end
16681668
end

0 commit comments

Comments
 (0)