fix #2071
This commit is contained in:
parent
9c218455c4
commit
072e09d0ed
|
@ -520,6 +520,8 @@ const setupTasks = async function () {
|
|||
|
||||
if (autorun) open(autorunUrl.toString());
|
||||
|
||||
console.log(String.fromCharCode(27) + "]0;SillyTavern WebServer" + String.fromCharCode(7)); // set window title
|
||||
|
||||
console.log(color.green('SillyTavern is listening on: ' + tavernUrl));
|
||||
|
||||
if (listen) {
|
||||
|
|
Loading…
Reference in New Issue