We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b95ee16 + 57dc6c5 commit 184eb70Copy full SHA for 184eb70
1 file changed
src/Runner.php
@@ -47,7 +47,8 @@ public function handleException($exception)
47
]);
48
49
// 环境变量
50
- $handler->addDataTable('Environment', Env::get());
+ $_ENV = Env::get();
51
+ // $handler->addDataTable('Environment', Env::get());
52
53
// 从异常堆栈跟踪中打开代码编辑器
54
if ($this->options['editor']) {
0 commit comments