From 8bd2faccc2017a01a009c85fad4dc975d7482389 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 4 Oct 2019 16:08:10 +0000 Subject: print --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 8014b97..91b4c09 100644 --- a/configure.py +++ b/configure.py @@ -144,7 +144,7 @@ def main(): f'prefix={myprefix}\n', f'yarnexe={yarnexe}\n']) f.close() - _tool_node() + print(_tool_node()) posixlist = _tool_posix() for x in range(len(posixlist)): if x is not '': -- cgit v1.2.3