mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-26 07:33:00 +00:00
identify: make it prettier in stream mode
This commit is contained in:
parent
f8eb85abee
commit
8e8d510a2c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export default async function(settings) {
|
|||
|
||||
let i = 0;
|
||||
for await(let next of Terrain50.ParseStream(stream)) {
|
||||
console.log(`>>>>> Item ${i} <<<<<`);
|
||||
console.log(`${a.fgreen}>>>>> ${a.hicol}Item ${i}${a.reset}${a.fgreen} <<<<<${a.reset}`);
|
||||
summarise_obj(next);
|
||||
|
||||
i++;
|
||||
|
|
Loading…
Reference in a new issue