Skip to content

Commit

Permalink
fix: 注释掉 ExecutionClosure 类中的变量提取代码
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Dec 2, 2024
1 parent de8bed0 commit 7f7c3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExecutionClosure.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __construct(Shell $__psysh__)
{
$this->setClosure($__psysh__, function () use ($__psysh__) {
// Restore execution scope variables
\extract($__psysh__->getScopeVariables(false));
// \extract($__psysh__->getScopeVariables(false));

try {
try {
Expand Down

0 comments on commit 7f7c3b6

Please sign in to comment.