mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
DOCUMENTATION: Remove unnecessary br tag in scripts.md (#2204)
This commit is contained in:
@@ -70,8 +70,6 @@ In that case you would want to write your script in a never-ending loop, like `w
|
||||
However, if you are not careful, this can crash your game.
|
||||
If the code inside the loop doesn't `await` for some time, it will never give other scripts and the game itself time to process.
|
||||
|
||||
<br />
|
||||
|
||||
To help you find this potential bug, any `while (true)` loop without any `await` statement inside it will be marked.
|
||||
A red decoration will appear on the left side of the script editor, telling you about the issue.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user