There was an error while loading. Please reload this page.
1 parent b5f3c34 commit cab64b8Copy full SHA for cab64b8
1 file changed
src/libinputactions/scripting/ScriptingEngine.cpp
@@ -96,7 +96,7 @@ void ScriptingEngine::initialize()
96
// Unhandled promise rejection handling
97
// TODO Maybe perform the check when the promise is garbage collected if possible
98
m_engine->evaluate(R"(
99
- const { delay } = require("inputactions/core");
+ const { delay } = require("inputactions");
100
101
const patch = (promise) => {
102
promise.__then = promise.then;
0 commit comments