This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new bf705b1d Workaround for CAMEL-21004 bf705b1d is described below commit bf705b1dc23b3b6fc8c2c983a72499360a17aecb Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Mon Jul 22 10:54:18 2024 -0400 Workaround for CAMEL-21004 --- karavan-vscode/src/jbang.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/karavan-vscode/src/jbang.ts b/karavan-vscode/src/jbang.ts index 3b2a1a1c..5649aeee 100644 --- a/karavan-vscode/src/jbang.ts +++ b/karavan-vscode/src/jbang.ts @@ -70,7 +70,6 @@ export function createExportCommand(fullPath: string) { } - function executeJbangCommand(rootPath: string, command: string, callback: (code: number, stdout: any, stderr: any) => any) { console.log("excute command", command); const jbang = shell.which('jbang');