diff --git a/includes/Engines/LuaSandbox/LuaSandboxEngine.php b/includes/Engines/LuaSandbox/LuaSandboxEngine.php index 029a6a6d..8ab1e687 100644 --- a/includes/Engines/LuaSandbox/LuaSandboxEngine.php +++ b/includes/Engines/LuaSandbox/LuaSandboxEngine.php @@ -87,7 +87,7 @@ class LuaSandboxEngine extends LuaEngine { $logs = $this->getLogBuffer(); if ( $logs !== '' ) { - $ret['scribunto-limitreport-logs'] = $logs; + $ret['scribunto-limitreport-logs'] = $this->fixTruncation( $logs ); } if ( $t < 1.0 ) {