Merge pull request #182 from devchat-ai/optimize_devchat_install
add devchatStatus checking
This commit is contained in:
commit
403ed325b0
@ -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 = '';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user