return the file path in the output file list for easy lookup

This commit is contained in:
Brian Gough
2016-05-19 16:23:07 +01:00
parent 4496ddddfd
commit d26c6b933e
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ module.exports = CompileController =
error: error?.message or error
outputFiles: outputFiles.map (file) ->
url: "#{Settings.apis.clsi.url}/project/#{request.project_id}/output/#{file.path}"
path: file.path
type: file.type
build: file.build
}