fix(waitFor): allow timeout to be disabled

This commit is contained in:
Linden
2024-01-20 17:29:36 +11:00
parent 24400f877d
commit 0e816ecfc0
3 changed files with 32 additions and 16 deletions

View File

@@ -13,4 +13,5 @@ indent_style = space
max_line_length = 120
[*.lua]
indent_size = 4
indent_size = 4
max_line_length = 160