Skip to content

Instantly share code, notes, and snippets.

@marcsolanadal
Created November 23, 2015 08:46
Show Gist options
  • Save marcsolanadal/355b05dc50a363d8a7d0 to your computer and use it in GitHub Desktop.
Save marcsolanadal/355b05dc50a363d8a7d0 to your computer and use it in GitHub Desktop.
var filePath = res.execution.project.folder
+ settings.fileSystem.artifactsFolder
+ '/'
+ res.filename;
reply.file(filePath, {filename: res.filename});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment