Skip to content

Commit feb50cf

Browse files
Merge branch '10.5' into 11.0
2 parents 7e618ad + 81bcbcd commit feb50cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Event/Emitter/DispatchingEmitter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct(Dispatcher $dispatcher, Telemetry\System $system)
4444
$this->system = $system;
4545

4646
$this->startSnapshot = $system->snapshot();
47-
$this->previousSnapshot = $system->snapshot();
47+
$this->previousSnapshot = $this->startSnapshot;
4848
}
4949

5050
/**

0 commit comments

Comments
 (0)