mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Consistent error logging
This commit is contained in:
@ -175,7 +175,7 @@ async function readProfileFromCommands(mode, profile, cleanUp = false) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.warn(`Failed to execute command: ${command}`, error);
|
console.error(`Failed to execute command: ${command}`, error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user