Skip to content

Commit 8955e03

Browse files
committed
Fix incorrect changelog resolutions 2
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
1 parent 1a84799 commit 8955e03

4 files changed

Lines changed: 4 additions & 240 deletions

File tree

packages/zowe-explorer-api/__tests__/__unit__/utils/ErrorUtils.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Copyright Contributors to the Zowe Project.
99
*
1010
*/
11+
1112
import { errorMessage, handleError } from "../../../src/utils/ErrorUtils";
1213
import { vi } from "vitest";
1314

packages/zowe-explorer/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
66

77
### New features and enhancements
88

9+
- Replaced repetitive `if (err instanceof Error)` patterns with `handleError` and `errorMessage` utility functions from `@zowe/zowe-explorer-api`. [#4207](https://github.com/zowe/zowe-explorer-vscode/issues/4207)
910
- Added new VS Code toggle setting for enabling various features within Zowe Explorer. [#4242](https://github.com/zowe/zowe-explorer-vscode/issues/4242)
1011

1112
### Bug fixes

0 commit comments

Comments
 (0)