From ce8b0e196eca6816d77dda43f28e7da6b3784e6b Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 29 Nov 2018 06:14:30 +0800 Subject: [PATCH] lib: move lib/console.js to lib/internal/console/constructor.js This is a broken commit: it's here so that git interpret this as a file move and preserve most of the history of the Console constructor. PR-URL: https://github.com/nodejs/node/pull/24709 Reviewed-By: Gus Caplan Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- lib/{console.js => internal/console/constructor.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/{console.js => internal/console/constructor.js} (100%) diff --git a/lib/console.js b/lib/internal/console/constructor.js similarity index 100% rename from lib/console.js rename to lib/internal/console/constructor.js