Skip to content

Commit

Permalink
deploy: 7945c3c
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Jun 13, 2024
1 parent 6ca35bc commit 7b4206d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/en/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ <h1 id="log"><a class="header" href="#log">Log</a></h1>
<pre><code>tail -f cleo_redux.log
</code></pre>
<p><code>tail</code> is a unix command so a compatible environment is needed (for example <a href="https://git-scm.com/downloads">Git Bash</a>).</p>
<p>For windows users using powershell, run:</p>
<pre><code>Get-Content cleo_redux.log -Wait -Tail 0
</code></pre>
<p>The log file also lists all executed opcodes with <a href="./config.html#general"><code>LogOpcodes=1</code></a> and JavaScript commands with <a href="./api.html#cleo"><code>CLEO.debug.trace(true)</code></a>. </p>

</main>
Expand Down
3 changes: 3 additions & 0 deletions docs/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,9 @@ <h2 id="my-problem-is-not-listed-there"><a class="header" href="#my-problem-is-n
<pre><code>tail -f cleo_redux.log
</code></pre>
<p><code>tail</code> is a unix command so a compatible environment is needed (for example <a href="https://git-scm.com/downloads">Git Bash</a>).</p>
<p>For windows users using powershell, run:</p>
<pre><code>Get-Content cleo_redux.log -Wait -Tail 0
</code></pre>
<p>The log file also lists all executed opcodes with <a href="./config.html#general"><code>LogOpcodes=1</code></a> and JavaScript commands with <a href="./api.html#cleo"><code>CLEO.debug.trace(true)</code></a>. </p>
<div style="break-before: page; page-break-before: always;"></div><p>Here you can find answers to the frequently asked questions about support for The Trilogy remaster.</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/en/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 7b4206d

Please sign in to comment.