refactor: migrate from bun to node types and fix discrepancies
This commit is contained in:
parent
a03e6e94a9
commit
21dac683a2
7 changed files with 18 additions and 31 deletions
2
tts.ts
2
tts.ts
|
|
@ -126,7 +126,7 @@ async function main() {
|
|||
const file = `${home}/.ttsc/${info.file}.wav`;
|
||||
|
||||
if (wait) {
|
||||
console.write(".");
|
||||
process.stdout.write(".");
|
||||
} else {
|
||||
console.log(`\n${chalk.blue(file)}\n${text}\n`);
|
||||
await execa({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue