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) {