mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
add rootFolder to attributes in Clsi request
This commit is contained in:
@@ -120,7 +120,7 @@ module.exports = ClsiManager =
|
||||
VALID_COMPILERS: ["pdflatex", "latex", "xelatex", "lualatex"]
|
||||
|
||||
_buildRequest: (project_id, options={}, callback = (error, request) ->) ->
|
||||
Project.findById project_id, {}, (error, project) ->
|
||||
Project.findById project_id, {compiler: 1, rootDoc_id: 1, imageName: 1, rootFolder:1}, (error, project) ->
|
||||
return callback(error) if error?
|
||||
return callback(new Errors.NotFoundError("project does not exist: #{project_id}")) if !project?
|
||||
console.log "PROJECT", project, JSON.stringify(project.rootFolder,null,2)
|
||||
|
||||
Reference in New Issue
Block a user