From 718a1cfa009a29dd5abc412ab5ac462fad864026 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 10 Jul 2020 17:19:38 +0900 Subject: [PATCH] Update exectool.php --- helper/exectool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/exectool.php b/helper/exectool.php index 192c492..9c33be0 100644 --- a/helper/exectool.php +++ b/helper/exectool.php @@ -209,7 +209,7 @@ if(!is_fn("exec_command")) { // PID is integer if(array_key_equals("async", $options, true)) { $return = intval(rtrim($return)); - }; + } return $return; }