Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-03-01 04:22:42 +03:00
parent 5787941bf2
commit 11aa8be206

View File

@ -405,6 +405,8 @@ module.ChildProcessPeer = core.ImageGridFeatures.Feature({
// do the call...
var res = that[msg.action].apply(that, msg.args || [])
// XXX check if res is a promise/promise-like...
// return the value...
if(!msg.ignore_return){
process.send({