diff options
Diffstat (limited to 'src/MoonP/stacktraceplus.h')
-rw-r--r-- | src/MoonP/stacktraceplus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MoonP/stacktraceplus.h b/src/MoonP/stacktraceplus.h index d658c5c..e884a2c 100644 --- a/src/MoonP/stacktraceplus.h +++ b/src/MoonP/stacktraceplus.h | |||
@@ -335,7 +335,7 @@ local function getMoonLineNumber(fname, line) | |||
335 | end | 335 | end |
336 | if file_exist then | 336 | if file_exist then |
337 | local codes = moonp.read_file(file_path) | 337 | local codes = moonp.read_file(file_path) |
338 | local moonFile = codes:match("^%s*--%s*%[moon%]:%s*([^\n]*)") | 338 | local moonFile = codes:match("^%s*--%s*%[moonp%]:%s*([^\n]*)") |
339 | if moonFile then | 339 | if moonFile then |
340 | fname = moonFile:gsub("^%s*(.-)%s*$", "%1") | 340 | fname = moonFile:gsub("^%s*(.-)%s*$", "%1") |
341 | source = codes | 341 | source = codes |