From 0f6136ff2b2e43b60c11c265f990e9dd022d7a65 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 31 May 2020 22:11:16 +0800 Subject: add some cursor ops for tty --- xmake/core/sandbox/modules/utils.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xmake/core/sandbox/modules/utils.lua') diff --git a/xmake/core/sandbox/modules/utils.lua b/xmake/core/sandbox/modules/utils.lua index 8492b1302..4dac4a91e 100644 --- a/xmake/core/sandbox/modules/utils.lua +++ b/xmake/core/sandbox/modules/utils.lua @@ -174,8 +174,6 @@ end -- assert function sandbox_utils.assert(value, format, ...) - - -- check if not value then if format ~= nil then os.raiselevel(2, format, ...) @@ -183,8 +181,6 @@ function sandbox_utils.assert(value, format, ...) os.raiselevel(2, "assertion failed!") end end - - -- return it return value end -- cgit v1.3.1