Skip to content

Commit

Permalink
Merge branch 'master' into Issue-370
Browse files Browse the repository at this point in the history
  • Loading branch information
jellypuno authored Mar 16, 2020
2 parents 71c9f50 + 62dd30a commit bd36d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ZoweUSSNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ export class ZoweUSSNode extends ZoweTreeNode implements IZoweUSSTreeNode {
if ((isDirty && !this.isDirtyInEditor && !wasSaved) || !isDirty) {
const response = await ZoweExplorerApiRegister.getUssApi(this.getProfile()).getContents(this.fullPath, {
file: ussDocumentFilePath,
binary: this.binary,
returnEtag: true
});
this.setEtag(response.apiResponse.etag);
Expand Down

0 comments on commit bd36d22

Please sign in to comment.