We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 261eab6 + 1b15319 commit a5009b4Copy full SHA for a5009b4
2 files changed
composer.json
@@ -35,7 +35,7 @@
35
"php" : ">=7.3",
36
"ext-json" : "*",
37
"ext-curl" : "*",
38
- "g4/runner" : ">=0.26.0",
+ "g4/runner" : ">=0.26.1",
39
"g4/utility" : "*",
40
"g4/value-object" : "*",
41
"g4/version" : "^0.0.2",
src/Data/TaskerExecution.php
@@ -84,7 +84,7 @@ private function getRawDataStart()
84
private function getRawDataEnd()
85
{
86
$profilerOutput = $this->profiler
87
- ? $this->profiler->getTaskerProfilerOutput($this->task->getExecTime())
+ ? $this->profiler->getTaskerProfilerOutput($this->task->getStatus(), $this->task->getExecTime())
88
: null;
89
90
$rawData = [
0 commit comments