🎨 Clean code

This commit is contained in:
Liang Ding 2023-01-04 20:12:58 +08:00
parent 02a2934909
commit fb7361d98b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -36,7 +36,7 @@ const (
ExitCodeUnavailablePort = 21 // 端口不可用
ExitCodeCreateConfDirErr = 22 // 创建配置目录失败
ExitCodeBlockTreeErr = 23 // 无法读写 blocktree.msgpack 文件
ExitCodeWorkspaceLocked = 24 // 工作已被锁定
ExitCodeWorkspaceLocked = 24 // 工作空间已被锁定
ExitCodeOk = 0 // 正常退出
ExitCodeFatal = 1 // 致命错误
)