diff options
author | portix <none@none> | 2013-01-17 00:20:25 +0100 |
---|---|---|
committer | portix <none@none> | 2013-01-17 00:20:25 +0100 |
commit | f1ce5d9731bfc73325afef738ae275e84225a41d (patch) | |
tree | 0c3437f3aeeedbd5293e1ef977e2d11463bfc3bf /src | |
parent | 5055935a9dfa71f1ebf7a54873b997116636337c (diff) | |
download | dwb-f1ce5d9731bfc73325afef738ae275e84225a41d.zip |
Implemnting Deferred.always
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts.c b/src/scripts.c index ea044a8a..ed2b5e70 100644 --- a/src/scripts.c +++ b/src/scripts.c @@ -1505,6 +1505,7 @@ watch_spawn(GPid pid, gint status, JSObjectRef deferred) else if (WIFSTOPPED(status)) fail = WSTOPSIG(status); + puts("done"); if (fail == 0) deferred_resolve(s_global_context, NULL, deferred, 0, NULL, NULL); else |