mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-26 07:33:00 +00:00
image: increment i
This commit is contained in:
parent
7a1ad38c6c
commit
83823965e9
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ export default async function(settings) {
|
|||
path.join(settings.cli.output, `${i}.png`),
|
||||
await renderer.render(next)
|
||||
);
|
||||
|
||||
i++;
|
||||
}
|
||||
|
||||
l.log(`Written ${a.hicol}${i}${a.reset} items to ${a.hicol}${a.fgreen}${settings.cli.output}${a.reset}`);
|
||||
|
|
Loading…
Reference in a new issue