Skip to content

Commit e8207c4

Browse files
committed
Fix copy/pasta mistake
1 parent ec3d242 commit e8207c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/ForkContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static function start(
7878
}
7979

8080
// Child
81-
\define("AMP_CONTEXT", "parallel");
81+
\define("AMP_CONTEXT", "fork");
8282
\define("AMP_CONTEXT_ID", \getmypid());
8383

8484
if (\is_string($script)) {

0 commit comments

Comments
 (0)