You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/filters/lua.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,8 @@ To avoid type conversion, the `type_int_key` property is available.
184
184
185
185
### Protected Mode
186
186
187
-
Fluent Bit supports protected mode to prevent crash when executes invalid Lua script. See also [Error Handling in Application Code](https://www.lua.org/pil/24.3.1.html).
187
+
Fluent Bit supports protected mode to prevent crashes if it executes an invalid Lua script.
188
+
See also [Error Handling in Application Code](https://www.lua.org/pil/24.3.1.html).
0 commit comments