From 8e8d510a2cd6ab3523d4cc2d649add7dd3457f12 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 3 Jul 2020 16:14:41 +0100 Subject: [PATCH] identify: make it prettier in stream mode --- src/Subcommands/identify/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Subcommands/identify/index.mjs b/src/Subcommands/identify/index.mjs index 6581511..79773b3 100644 --- a/src/Subcommands/identify/index.mjs +++ b/src/Subcommands/identify/index.mjs @@ -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++;