Test error checking

This commit is contained in:
Layla 2020-10-18 21:51:42 -04:00
parent db0ad0d03b
commit faf40e77fb
2 changed files with 4 additions and 0 deletions

2
dist/index.js vendored
View File

@ -12213,6 +12213,8 @@ try {
{ HostConfig: { Binds: [ process.cwd() + ":/project" ] }},
function (err, data, container) {
console.log("DATA: " + String(data))
if(err)
{

View File

@ -34,6 +34,8 @@ try {
{ HostConfig: { Binds: [ process.cwd() + ":/project" ] }},
function (err, data, container) {
console.log("DATA: " + String(data))
if(err)
{