There was an error while loading. Please reload this page.
2 parents b5f3c34 + cab64b8 commit 096c723Copy full SHA for 096c723
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