mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
don't log out when doc lines are [] as this is a new empty doc
This commit is contained in:
@@ -16,7 +16,8 @@ module.exports = DocManager =
|
||||
if docFromDocCollection?
|
||||
return callback null, docFromDocCollection, mongoPath
|
||||
else if doc?
|
||||
logger.warn project_id:project_id, doc_id:doc_id, "doc just used from project collection, why?"
|
||||
if doc?.lines?.length > 0
|
||||
logger.warn project_id:project_id, doc_id:doc_id, "doc just used from project collection, why?"
|
||||
return callback null, doc, mongoPath
|
||||
else
|
||||
return callback new Errors.NotFoundError("No such doc: #{project_id}")
|
||||
|
||||
Reference in New Issue
Block a user