Skip to content

Commit

Permalink
code changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshwinThomasIBM authored and JoshwinThomasIBM committed Nov 23, 2024
1 parent a64d484 commit 822f81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/liberty/dashboard.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2024 IBM Corporation.
* Copyright (c) 2022 IBM Corporation.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
Expand Down
2 changes: 1 addition & 1 deletion src/liberty/libertyProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ export class ProjectProvider implements vscode.TreeDataProvider<LibertyProject>
resolve();
});
} catch (error) {
console.debug("exception while saving the workspace" + error);
util.clearDataSavedInGlobalState(this._context);
resolve();
console.debug("exception while saving the workspace" + error);
}
});
}
Expand Down

0 comments on commit 822f81b

Please sign in to comment.