mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-24 21:45:44 +08:00
✨ show function entry file location
in call trace info
This commit is contained in:
@@ -111,7 +111,7 @@ void codestream::dump(std::ostream& out) const {
|
||||
break;
|
||||
}
|
||||
if (files) {
|
||||
out << "(" << files[code.fidx] << ":" << code.line << ")";
|
||||
out << " (" << files[code.fidx] << ":" << code.line << ")";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user