Skip to content

Commit

Permalink
edit tts error message
Browse files Browse the repository at this point in the history
  • Loading branch information
withstu committed Jan 6, 2024
1 parent a222c8f commit d3e8548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1974,8 +1974,8 @@ class Heos extends utils.Adapter {

callback && callback();
} else {
this.logError('invalid filename specified');
callback && callback('invalid filename specified');
this.logError('invalid tts url specified');
callback && callback('invalid tts url specified');
}
}

Expand Down

0 comments on commit d3e8548

Please sign in to comment.