We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66961f0 commit e48ad2eCopy full SHA for e48ad2e
src/Console/Debug.php
@@ -75,7 +75,7 @@ public function handle()
75
return;
76
}
77
78
- $this->refresh();
+ $this->clear();
79
$this->renderScreen($data);
80
});
81
@@ -110,8 +110,8 @@ private function isNewRequest(array $data)
110
return false;
111
112
113
- private function refresh()
+ private function clear()
114
{
115
- system('clear');
+ passthru("echo '\033\143'");
116
117
0 commit comments