diff options
| m--------- | core/src/tbox/tbox | 0 | ||||
| -rw-r--r-- | core/src/xmake/os/strerror.c | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox -Subproject 22ed6483f2de73f42ab1b5aab77a44673ff94d6 +Subproject 5832d9d3eb26f4472de8f1f4de33a3367642c9e diff --git a/core/src/xmake/os/strerror.c b/core/src/xmake/os/strerror.c index 7e1268079..09663daff 100644 --- a/core/src/xmake/os/strerror.c +++ b/core/src/xmake/os/strerror.c @@ -52,6 +52,9 @@ tb_int_t xm_os_strerror(lua_State* lua) case TB_STATE_SYSERROR_NOT_PERM: strerr = "Permission denied"; break; + case TB_STATE_SYSERROR_NOT_ACCESS: + strerr = "Not access because it is busy"; + break; case TB_STATE_SYSERROR_NOT_FILEDIR: strerr = "No such file or directory"; break; |
