From 8fc0bef0207ced918e9a9fdf1cd70710099dfd37 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 04:04:19 +0000 Subject: [PATCH] code: with,sandbox,nextjs (1 files) --- .../lib/lua/functions/sandbox/execution/execute-with-sandbox.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/nextjs/src/lib/lua/functions/sandbox/execution/execute-with-sandbox.ts b/frontends/nextjs/src/lib/lua/functions/sandbox/execution/execute-with-sandbox.ts index eaf4d03c6..9114fccfc 100644 --- a/frontends/nextjs/src/lib/lua/functions/sandbox/execution/execute-with-sandbox.ts +++ b/frontends/nextjs/src/lib/lua/functions/sandbox/execution/execute-with-sandbox.ts @@ -2,7 +2,7 @@ import type { LuaExecutionContext } from '../types' import type { LuaExecutionResult } from '../types' import type { SecurityScanResult } from '../../../../security/scanner/security-scanner' import { securityScanner } from '../../../../security/scanner/security-scanner' -import { LuaEngine } from '../../../../engine/core/LuaEngine' +import { LuaEngine } from '../../../engine/core/LuaEngine' import type { SandboxedLuaEngineState } from './types' export interface SandboxedLuaResult {