aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/run.lua')
-rwxr-xr-xmodules/textadept/run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua
index 772214cb..3210f7d4 100755
--- a/modules/textadept/run.lua
+++ b/modules/textadept/run.lua
@@ -121,7 +121,7 @@ function goto_error(pos, line_num)
local msg = captures[error_detail.message]
if msg then buffer:call_tip_show(buffer.current_pos, msg) end
else
- error(string.format('"%s" %s', L('does not exist'), utf8_filename))
+ error(string.format('"%s" %s', utf8_filename, L('does not exist'))
end
break
end