Jan van Essen

Results 1 comments of Jan van Essen

The error no longer occurs when you add these two try-catch-blocks: **1) Inside stopProcess** https://github.com/onflow/kitty-items/blob/master/.ki-scripts/startup.js#L130-L139 ``` function stopProcess(name, port) { return new Promise((resolve, reject) => { pm2.stop(name, function (err, result)...