Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

fix: move region tag to encompass catch #320

Merged
merged 6 commits into from
Dec 30, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ async function main() {
await writeFile('output.mp3', response.audioContent, 'binary');
console.log('Audio content written to file: output.mp3');
}
// [END tts_quickstart]
main().catch(console.error);
// [END tts_quickstart]