From cf9970fddd580f8b9bb8ed25d6d9cfa67a607b69 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 3 Feb 2020 22:51:06 +0800 Subject: improve to open process and support pipe --- xmake/core/base/pipe.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/core/base/pipe.lua') diff --git a/xmake/core/base/pipe.lua b/xmake/core/base/pipe.lua index be798a606..3252ef5e4 100644 --- a/xmake/core/base/pipe.lua +++ b/xmake/core/base/pipe.lua @@ -48,7 +48,7 @@ function _instance:name() return self._NAME end --- get poller object type, poller.OT_instance +-- get poller object type, poller.OT_PIPE function _instance:otype() return 2 end -- cgit v1.3.1