瀏覽代碼

Update debugging-game-and-system-logs.md

Björn Ritzl 5 年之前
父節點
當前提交
de0d05ee02
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/manuals/debugging-game-and-system-logs.md

+ 1 - 1
docs/en/manuals/debugging-game-and-system-logs.md

@@ -9,7 +9,7 @@ The game log shows all of the output from the engine, native extensions and your
 
 
 System logs are generated by the operating system and it can provide additional information that can help you pintpoint a problem. The system logs can contain stack traces for crashes and low memory warnings.
 System logs are generated by the operating system and it can provide additional information that can help you pintpoint a problem. The system logs can contain stack traces for crashes and low memory warnings.
 
 
-:::important
+::: important
 The game log will only show information in debug builds. The log will be completely empty in release builds.
 The game log will only show information in debug builds. The log will be completely empty in release builds.
 :::
 :::