add windows support

This commit is contained in:
crazywhalecc
2024-01-10 21:08:25 +08:00
parent 5f8641f417
commit 3b1a3ab03a
39 changed files with 1166 additions and 230 deletions

View File

@@ -21,4 +21,5 @@ try {
(new ConsoleApplication())->run();
} catch (Exception $e) {
ExceptionHandler::getInstance()->handle($e);
exit(1);
}