diff --git a/src/engine.ts b/src/engine.ts index 91ec980..3b37c90 100755 --- a/src/engine.ts +++ b/src/engine.ts @@ -67,7 +67,6 @@ export default class LuaEngine { /** * Executes Lua code from a file asynchronously. - * @async * @param filename - Path to the Lua script file. * @returns - A Promise that resolves to the result returned by the Lua script execution. */