commit 8e0d6bfca50ffe9701e128bf0e66915132cb1f1c parent 7d0729ac4dff258145ee7cb2c0db88581c8d65a1 Author: Marcel <MTRNord@users.noreply.github.com> Date: Thu, 10 Nov 2016 21:36:01 +0100 Remove exit because plugin breaks if it exists Diffstat:
| M | intel_screenbot/screencap.js | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/intel_screenbot/screencap.js b/intel_screenbot/screencap.js @@ -276,6 +276,5 @@ function main() { addTimestamp(getDateTime(0)); file = filepath; s(file); - phantom.exit(); }, 5000); }