Merge pull request #182 from devchat-ai/optimize_devchat_install

add devchatStatus checking
This commit is contained in:
boob.yang 2023-06-13 12:49:33 +08:00 committed by GitHub
commit 403ed325b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ export async function dependencyCheck(): Promise<[string, string]> {
}
devchatStatus = 'Missing required dependency: Python3';
} else {
} else if (devchatStatus === 'Missing required dependency: Python3') {
devchatStatus = '';
}