Add log message for successful DevChat installation check
- Added a log message in commandsBase.ts to confirm successful DevChat installation check.
This commit is contained in:
parent
116defdec7
commit
b057d93593
@ -32,6 +32,7 @@ export function checkDevChatDependency(pythonCommand: string, showError: boolean
|
|||||||
try {
|
try {
|
||||||
// Check if DevChat is installed
|
// Check if DevChat is installed
|
||||||
runCommand(`"${devChat}" --help`);
|
runCommand(`"${devChat}" --help`);
|
||||||
|
logger.channel()?.info("devchat has installed.")
|
||||||
return true;
|
return true;
|
||||||
} catch(error) {
|
} catch(error) {
|
||||||
const error_status = `Failed to check DevChat dependency due to error: ${error}`;
|
const error_status = `Failed to check DevChat dependency due to error: ${error}`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user