Skip to content

Commit

Permalink
add warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
daniep01 committed Apr 5, 2023
1 parent 68603c6 commit 520dd41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@ export function updateActions() {
],
callback: ({ options }) => {
if (options.server == '') {
this.log('warn', 'Server parameter is missing from Stream Settings')
this.log('warn','Server parameter is missing from Stream Settings')
}
if (options.key == '') {
this.log('warn', 'Stream Key parameter is missing from Stream Settings')
this.log('warn','Stream Key parameter is missing from Stream Settings')
}

var cmd =
'STREAM SETTINGS:\nVideo Mode: ' +
options.video_mode +
Expand Down

0 comments on commit 520dd41

Please sign in to comment.