mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-22 06:53:01 +00:00
identify: move newline
This commit is contained in:
parent
04152eef24
commit
e2b5de2453
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ export default async function(settings) {
|
|||
for await(let next of Terrain50.ParseStream(stream)) {
|
||||
process.stderr.write(`${a.fgreen}>>>>> ${a.hicol}`);
|
||||
process.stdout.write(`Item ${i}`);
|
||||
console.error(`${a.reset}${a.fgreen} <<<<<${a.reset}`);
|
||||
process.stderr.write(`${a.reset}${a.fgreen} <<<<<${a.reset}`);
|
||||
console.log();
|
||||
summarise_obj(next);
|
||||
|
||||
i++;
|
||||
|
|
Loading…
Reference in a new issue