diff options
| author | ruki <[email protected]> | 2016-07-13 22:22:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-07-13 22:22:34 +0800 |
| commit | e9d8482903f7f765e1141d6cddea67cb9a1d7288 (patch) | |
| tree | 4ac792ff189a9c18efb35b32471450ecf15b2871 /xmake/core/base/interpreter.lua | |
| parent | 526ddbb858b9c49589ff071442b1cefe6913b182 (diff) | |
print colors
Diffstat (limited to 'xmake/core/base/interpreter.lua')
| -rw-r--r-- | xmake/core/base/interpreter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua index 2c13e811a..19f0abc52 100644 --- a/xmake/core/base/interpreter.lua +++ b/xmake/core/base/interpreter.lua @@ -487,7 +487,7 @@ function interpreter.new() instance:api_register_builtin("pairs", pairs) instance:api_register_builtin("ipairs", ipairs) instance:api_register_builtin("format", string.format) - instance:api_register_builtin("printf", utils.printf) + instance:api_register_builtin("printf", utils.print) -- register the builtin modules for lua instance:api_register_builtin("path", path) |
