From 0863be852033089e3962ae8d3dcb9d2e388ba1a6 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Wed, 26 Oct 2016 23:42:35 -0400 Subject: [PATCH] Tweak another output --- docs/generator/documentation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generator/documentation.js b/docs/generator/documentation.js index 622d6d833..f5dba5b1c 100644 --- a/docs/generator/documentation.js +++ b/docs/generator/documentation.js @@ -78,7 +78,7 @@ class Documentation { parent.add(item); } for (const [key, val] of unknowns) { - console.log(`Unknown documentation kind "${key}" - \n${JSON.stringify(val)}\n`); + console.warn(`- Unknown documentation kind "${key}" - \n${JSON.stringify(val)}\n`); } }