mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
update to build 431
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user