diff options
| author | ruki <[email protected]> | 2017-05-02 16:26:44 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-02 16:26:44 +0800 |
| commit | 8599e843cc0ed678c0694686975467d73edc93fe (patch) | |
| tree | 3dd971f545cfd1e8807e0d8ccea8710cb372cc2b /core/src/xmake/sandbox/interactive.c | |
| parent | e269996c0e8e09596622b378874d06e931f1f109 (diff) | |
bind ineractive sandbox
Diffstat (limited to 'core/src/xmake/sandbox/interactive.c')
| -rw-r--r-- | core/src/xmake/sandbox/interactive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/sandbox/interactive.c b/core/src/xmake/sandbox/interactive.c index 8a3db4ca1..ac2653021 100644 --- a/core/src/xmake/sandbox/interactive.c +++ b/core/src/xmake/sandbox/interactive.c @@ -204,7 +204,7 @@ static tb_int_t loadline(lua_State *lua) // add a new line lua_pushliteral(lua, "\n"); - // cannot try to add lines? + // cannot try to add lines? lua_insert(lua, -2); // join them |
