Log more script errors

This commit is contained in:
GriffinR
2021-11-19 22:32:14 -05:00
committed by huderlem
parent a6b490cf15
commit beb1f6ef27
4 changed files with 21 additions and 23 deletions

View File

@@ -30,6 +30,7 @@ public:
static void cb_ProjectClosed(QString projectPath);
static void cb_MetatileChanged(int x, int y, Block prevBlock, Block newBlock);
static void cb_MapOpened(QString mapName);
static bool tryErrorJS(QJSValue js);
private:
QJSEngine *engine;