diff --git a/app/src/JSON/FrameParser.cpp b/app/src/JSON/FrameParser.cpp index 06fee9a8..1529a88f 100644 --- a/app/src/JSON/FrameParser.cpp +++ b/app/src/JSON/FrameParser.cpp @@ -243,8 +243,7 @@ bool JSON::FrameParser::save(const bool silent) bool JSON::FrameParser::loadScript(const QString &script) { // Ensure that engine is configured correctly - m_engine.installExtensions(QJSEngine::ConsoleExtension - | QJSEngine::GarbageCollectionExtension); + m_engine.installExtensions(QJSEngine::AllExtensions); // Check if there are no general JS errors QStringList errors;