This commit is contained in:
josc146 2024-03-24 22:25:02 +08:00
parent 0e4b6cbd15
commit 1d5d012ce4

View File

@ -342,7 +342,7 @@ const LoraFinetune: FC = observer(() => {
};
if (msg === 'wsl is not enabled') {
enableWsl(false);
enableWsl(true);
} else if (msg.includes('wsl.state: The system cannot find the file')) {
enableWsl(true);
} else {