Add script-layer call stack to internal errors messages that abort

This commit is contained in:
Jon Siwek 2018-11-02 17:41:46 -05:00
parent a7ba44089b
commit b2560384c4
7 changed files with 66 additions and 12 deletions

View file

@ -147,6 +147,8 @@ struct CallInfo {
extern vector<CallInfo> call_stack;
extern std::string render_call_stack();
// This is set to true after the built-in functions have been initialized.
extern bool did_builtin_init;