From faf40e77fb78f23e3853b3b0fed3ec9f83dbaa08 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sun, 18 Oct 2020 21:51:42 -0400 Subject: [PATCH] Test error checking --- dist/index.js | 2 ++ main.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dist/index.js b/dist/index.js index fec6313..1191f93 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12213,6 +12213,8 @@ try { { HostConfig: { Binds: [ process.cwd() + ":/project" ] }}, function (err, data, container) { + + console.log("DATA: " + String(data)) if(err) { diff --git a/main.js b/main.js index 721dd71..ea731c2 100644 --- a/main.js +++ b/main.js @@ -34,6 +34,8 @@ try { { HostConfig: { Binds: [ process.cwd() + ":/project" ] }}, function (err, data, container) { + + console.log("DATA: " + String(data)) if(err) {