Skip to content

Commit

Permalink
fix: fix copybook download from USS and DSN both in case concurrent r…
Browse files Browse the repository at this point in the history
…equests

Signed-off-by: ap891843 <aman.prashant@broadcom.com>
  • Loading branch information
ap891843 committed Jul 17, 2024
1 parent 8bd8a71 commit a4b6561
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ export abstract class ZoweExplorerDownloader {
return true;
} catch (err: any) {
vscode.window.showErrorMessage(err.message);
return false;
}
}

return false;
return true;
}

protected createId(profileName: string, path: string) {
Expand Down

0 comments on commit a4b6561

Please sign in to comment.