no message

This commit is contained in:
hellcat 2025-12-21 21:24:16 +08:00
parent 81224d9fa1
commit dc214526ed
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class ExecController extends Controller
$this->likeAuto(); $this->likeAuto();
// } // }
$this->freenodeUp(); // $this->freenodeUp();
} }

View File

@ -214,7 +214,7 @@ class Slave
} }
if (!$this->sMsg) { if (!$this->sMsg) {
throw new Exception("未设置msg"); throw new \Exception("未设置msg");
} }
if ($this->enableMaster) { if ($this->enableMaster) {