@@ -45,7 +45,7 @@ public class LuaTests
}
var line = luaTraceback.FirstLine;
- throw new Exception($"{path}:line {line}\n{e.InnerException}\n {e}");
+ throw new Exception($"{path}:{line} \n{e.InnerException}\n {e}");