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

@@ -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;