This commit is contained in:
2021-02-22 13:37:02 +08:00
parent d5103035e2
commit 3b09b9a308
+1 -1
View File
@@ -197,7 +197,7 @@ class Response extends HttpService
$string .= $result . PHP_EOL . PHP_EOL;
}
$string .= 'Command End!' . PHP_EOL . PHP_EOL;
echo $string;
print_r($string);
$event = Snowflake::app()->getEvent();
$event->trigger('CONSOLE_END');