mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
Revert "Revert "Revert "wip"""
This reverts commit 80bc280977d25e3ba554c32242fddfb3e15915e6. GitOrigin-RevId: 563ed572aad616d98cd81e0acf649df8f063aa3a
This commit is contained in:
@@ -471,9 +471,8 @@ const ClsiManager = {
|
||||
}
|
||||
ProjectGetter.getProject(
|
||||
projectId,
|
||||
{ compiler: 1, rootDoc_id: 1, imageName: 1, rootFolder: 1, rootDoc_id: 1 },
|
||||
{ compiler: 1, rootDoc_id: 1, imageName: 1, rootFolder: 1 },
|
||||
(err, project) => {
|
||||
console.log("GGGG", project)
|
||||
if (err != null) {
|
||||
return callback(
|
||||
new OError({
|
||||
|
||||
@@ -62,7 +62,7 @@ module.exports = CompileManager = {
|
||||
return callback(null, 'autocompile-backoff', [])
|
||||
}
|
||||
|
||||
return ProjectRootDocManager.ensureRootDocumentIsSet(
|
||||
return ProjectRootDocManager.ensureRootDocumentIsValid(
|
||||
project_id,
|
||||
function(error) {
|
||||
if (error != null) {
|
||||
|
||||
Reference in New Issue
Block a user