GitOrigin-RevId: 81103ae6d7c0c22eb24da6ed6577223ba16e8861
This commit is contained in:
Ersun Warncke 2020-01-23 10:00:51 -04:00 committed by Copybot
parent 3bf57edd14
commit 9d1ac41777
2 changed files with 3 additions and 2 deletions

View file

@ -471,8 +471,9 @@ const ClsiManager = {
}
ProjectGetter.getProject(
projectId,
{ compiler: 1, rootDoc_id: 1, imageName: 1, rootFolder: 1 },
{ compiler: 1, rootDoc_id: 1, imageName: 1, rootFolder: 1, rootDoc_id: 1 },
(err, project) => {
console.log("GGGG", project)
if (err != null) {
return callback(
new OError({

View file

@ -62,7 +62,7 @@ module.exports = CompileManager = {
return callback(null, 'autocompile-backoff', [])
}
return ProjectRootDocManager.ensureRootDocumentIsValid(
return ProjectRootDocManager.ensureRootDocumentIsSet(
project_id,
function(error) {
if (error != null) {