Skip to content

Commit

Permalink
fix export (#74)
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
macruss authored and tlhunter committed Jun 19, 2018
1 parent 704eb45 commit 2fec795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/base.js
Expand Up @@ -84,7 +84,7 @@ class SayPlatformBase {
}

try {
var {command, args, pipedData, options} = this.buildExportCommand({text, voice, speed})
var {command, args, pipedData, options} = this.buildExportCommand({text, voice, speed, filename})
} catch (error) {
return setImmediate(() => {
callback(error)
Expand Down

0 comments on commit 2fec795

Please sign in to comment.