Prototype duplication fixes; split out engine.js into multiple components

This commit is contained in:
2023-09-07 21:46:35 +00:00
parent acecf2fde9
commit a4111b01a5
17 changed files with 1379 additions and 1367 deletions

View File

@@ -51,6 +51,8 @@ void mYughLog(int category, int priority, int line, const char *file, const char
snprintf(buffer, ERROR_BUFFER, "%s:%d: %s, %s: %s\n", file, line, logstr[priority], catstr[category], msgbuffer);
log_print(buffer);
if (category != LOG_SCRIPT && priority >= 2)
js_stacktrace();
}
#endif
}