Update exectool.php

This commit is contained in:
Namhyeon Go 2020-07-10 17:19:38 +09:00 committed by GitHub
parent 0896073b9b
commit 718a1cfa00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}