Skip to content

Commit

Permalink
added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 2, 2025
1 parent b994c1f commit efdc3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/llm-voice-assistant/nodejs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class Listener {
}
} else {
this.listening = true;
process.stdout.write('$ Wake word detected, utter your request or question ...\n');
process.stdout.write('\n$ Wake word detected, utter your request or question ...\n');
process.stdout.write('User > ');
}
}
Expand Down

0 comments on commit efdc3df

Please sign in to comment.