commit 94c5a26b64542a7492f6da3d70aaafc06b1924aa parent 0c3041b8d75d87002d5ff051e0e87c8ed892bce2 Author: Marcel <MTRNord@users.noreply.github.com> Date: Fri, 11 Nov 2016 20:51:38 +0100 Do sucessful exit Diffstat:
| M | intel_screenbot/screencap.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/intel_screenbot/screencap.js b/intel_screenbot/screencap.js @@ -279,4 +279,5 @@ function main() { file = filepath; s(file); }, 5000); + phantom.exit(); }