chg: printandlogex now deals with string which has inital newline char.
This commit is contained in:
@@ -162,7 +162,7 @@ int CmdScriptRun(const char *Cmd) {
|
||||
//luaL_dofile(lua_state, buf);
|
||||
// close the Lua state
|
||||
lua_close(lua_state);
|
||||
PrintAndLogEx(NORMAL, "\n"); PrintAndLogEx(SUCCESS, "Finished\n");
|
||||
PrintAndLogEx(SUCCESS, "\nFinished\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user