update to build 431

This commit is contained in:
2021-12-22 14:39:46 +08:00
parent a6f33ba69d
commit 3ed1cb665a
8 changed files with 61 additions and 3 deletions

View File

@@ -30,8 +30,8 @@ class ConsoleApplication extends Application
{
private static $obj = null;
const VERSION_ID = 430;
const VERSION = "2.6.3";
const VERSION_ID = 431;
const VERSION = "2.6.4";
/**
* @throws InitException

View File

@@ -440,6 +440,7 @@ class Framework
$coroutine_mode = false;
break;
case 'debug-mode':
self::$argv["disable-safe-exit"] = true;
$coroutine_mode = false;
$terminal_id = null;
self::$argv["watch"] = true;