mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5787941bf2
commit
11aa8be206
@ -405,6 +405,8 @@ module.ChildProcessPeer = core.ImageGridFeatures.Feature({
|
|||||||
// do the call...
|
// do the call...
|
||||||
var res = that[msg.action].apply(that, msg.args || [])
|
var res = that[msg.action].apply(that, msg.args || [])
|
||||||
|
|
||||||
|
// XXX check if res is a promise/promise-like...
|
||||||
|
|
||||||
// return the value...
|
// return the value...
|
||||||
if(!msg.ignore_return){
|
if(!msg.ignore_return){
|
||||||
process.send({
|
process.send({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user