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