mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update a missed setting
This commit is contained in:
parent
5587ac0acb
commit
73c652fb2c
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ module.exports = CompileManager =
|
|||
callback null, outputFiles
|
||||
|
||||
clearProject: (project_id, callback = (error) ->) ->
|
||||
compileDir = Path.join(Settings.compileDir, project_id)
|
||||
compileDir = Path.join(Settings.path.compilesDir, project_id)
|
||||
rimraf compileDir, callback
|
||||
|
|
Loading…
Reference in a new issue