Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix port validation in Create Component from Local Codebase
``` rejected promise not handled within 1 second: TypeError: Cannot read properties of undefined (reading 'toString') extensionHostProcess.js:162 stack trace: TypeError: Cannot read properties of undefined (reading 'toString') at validatePortNumber (/home/jeremy/projects/vscode-openshift-tools/source/vscode-openshift-tools/out/src/webview/common-ext/createComponentHelpers.js:170:29) at gh.<anonymous> (/home/jeremy/projects/vscode-openshift-tools/source/vscode-openshift-tools/out/src/webview/create-component/createComponentLoader.js:193:95) at Generator.next (<anonymous>) at /home/jeremy/projects/vscode-openshift-tools/source/vscode-openshift-tools/out/src/webview/create-component/createComponentLoader.js:8:71 at new Promise (<anonymous>) at __awaiter (/home/jeremy/projects/vscode-openshift-tools/source/vscode-openshift-tools/out/src/webview/create-component/createComponentLoader.js:4:12) at gh.messageHandler [as value] (/home/jeremy/projects/vscode-openshift-tools/source/vscode-openshift-tools/out/src/webview/create-component/createComponentLoader.js:91:16) ``` Signed-off-by: Victor Rubezhny <[email protected]>
- Loading branch information