From e418f86f35c86eab72908f8ba2e5dbb56e9c15d1 Mon Sep 17 00:00:00 2001 From: Brian Cao Date: Mon, 22 Aug 2022 22:44:48 -0700 Subject: [PATCH] logging --- scripts/copy-db-files.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/copy-db-files.js b/scripts/copy-db-files.js index a7897fca..84ae5473 100644 --- a/scripts/copy-db-files.js +++ b/scripts/copy-db-files.js @@ -18,6 +18,7 @@ function getDatabaseType() { const databaseType = getDatabaseType(); if (!databaseType || !['mysql', 'postgresql'].includes(databaseType)) { + console.log(databaseType); throw new Error('Missing or invalid database'); }