fix execSync encoding
This commit is contained in:
parent
ad8b942cfc
commit
558fe9d71e
@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||
| 5.21.14 | 2023-10-26 | `execSync()` added explicit encoding (linux) |
|
||||
| 5.21.13 | 2023-10-21 | `system()` Raspberry Pi 5 detection |
|
||||
| 5.21.12 | 2023-10-17 | `system()` Raspberry CM4S detection |
|
||||
| 5.21.11 | 2023-10-05 | `osInfo()` fix getLogoFile (BSD) |
|
||||
|
||||
@ -57,6 +57,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">5.21.14</th>
|
||||
<td>2023-10-26</td>
|
||||
<td><span class="code">execSync()</span> added explicit encoding (linux)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5.21.13</th>
|
||||
<td>2023-10-21</td>
|
||||
|
||||
@ -170,7 +170,7 @@
|
||||
<img class="logo" src="assets/logo.png" alt="logo">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span> </div>
|
||||
<div class="version">New Version: <span id="version">5.21.13</span></div>
|
||||
<div class="version">New Version: <span id="version">5.21.14</span></div>
|
||||
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
|
||||
</div>
|
||||
<div class="down">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user