Skip to content

Commit

Permalink
fix jsdoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniilShmelev committed Mar 16, 2022
1 parent 41e4cd3 commit 60035e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ export function findLocalToolVersions(toolName: string, arch?: string) {
/**
* Download a tool from an url and stream it into a file
*
* @param url url of tool to download
* @param fileName optional fileName. Should typically not use (will be a guid for reliability). Can pass fileName with an absolute path.
* @param handlers optional handlers array. Auth handlers to pass to the HttpClient for the tool download.
* @param auth optional custom auth header value. This is passed as a HTTP header to the download client.
* @param url url of tool to download
* @param fileName optional fileName. Should typically not use (will be a guid for reliability). Can pass fileName with an absolute path.
* @param handlers optional handlers array. Auth handlers to pass to the HttpClient for the tool download.
* @param additionalHeaders optional custom HTTPheaders. This is passed to the download client.
*/
export async function downloadTool(
url: string,
Expand Down

0 comments on commit 60035e7

Please sign in to comment.