chore
This commit is contained in:
parent
0e4b6cbd15
commit
1d5d012ce4
@ -342,7 +342,7 @@ const LoraFinetune: FC = observer(() => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (msg === 'wsl is not enabled') {
|
if (msg === 'wsl is not enabled') {
|
||||||
enableWsl(false);
|
enableWsl(true);
|
||||||
} else if (msg.includes('wsl.state: The system cannot find the file')) {
|
} else if (msg.includes('wsl.state: The system cannot find the file')) {
|
||||||
enableWsl(true);
|
enableWsl(true);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user