Skip to content

Commit

Permalink
Add a new lien automatically to lua's print_msg
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Aug 27, 2019
1 parent e74173c commit 208954b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libpkg/lua_scripts.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ lua_print_msg(lua_State *L)
const char* str = luaL_checkstring(L, 1);

pkg_emit_message(str);
pkg_emit_message("\n");
return (0);
}

Expand Down

0 comments on commit 208954b

Please sign in to comment.