diff --git a/index.ts b/index.ts index f51aa9e..30b97d7 100644 --- a/index.ts +++ b/index.ts @@ -74,4 +74,5 @@ function writeTemplate( } bar.tick(); }); + writeTemplate(template, '', {value: ''}); })();