From 75f9be1041bcbb2a9d426fe9ffc8739c37f50b8e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sat, 26 Feb 2022 20:50:22 -0500 Subject: Improve Windows network directory path handling. --- core/ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/ui.lua b/core/ui.lua index 263f6a54..1a4d8992 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -495,7 +495,7 @@ if CURSES then end events.connect(events.INITIALIZED, function() - local lua_error = (not WIN32 and '^/' or '^%a:[/\\]') .. '.-%.lua:%d+:' + local lua_error = (not WIN32 and '^/' or '^%a?:?[/\\][/\\]?') .. '.-%.lua:%d+:' -- Print internal Lua error messages as they are reported. -- Attempt to mimic the Lua interpreter's error message format so tools that look for it can -- recognize these errors too. -- cgit v1.2.3