util bug fix
This commit is contained in:
parent
c6e0dbe5b8
commit
f5fc57afb1
@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
|
||||
|
||||
| Version | Date | Comment |
|
||||
| -------------- | -------------- | -------- |
|
||||
| 4.11.6 | 2019-06-19 | `util` bug fix |
|
||||
| 4.11.5 | 2019-06-19 | `dockerAll()` bug fix |
|
||||
| 4.11.4 | 2019-06-17 | type definitions bug fix |
|
||||
| 4.11.3 | 2019-06-16 | `graphics()` optimization windows |
|
||||
|
||||
@ -83,6 +83,11 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">4.11.6</th>
|
||||
<td>2019-06-19</td>
|
||||
<td><span class="code">util</span> bug fix</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4.11.5</th>
|
||||
<td>2019-06-19</td>
|
||||
|
||||
@ -168,7 +168,7 @@
|
||||
<img class="logo" src="assets/logo.png">
|
||||
<div class="title">systeminformation</div>
|
||||
<div class="subtitle"><span id="typed"></span></div>
|
||||
<div class="version">Current Version: <span id="version">4.11.5</span></div>
|
||||
<div class="version">Current Version: <span id="version">4.11.6</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">
|
||||
|
||||
@ -37,7 +37,7 @@ const execOptsWin = {
|
||||
windowsHide: true,
|
||||
maxBuffer: 1024 * 2000,
|
||||
encoding: 'UTF-8',
|
||||
env: util._extend({}.process.env, { LANG: 'en_US.UTF-8' })
|
||||
env: util._extend({}, process.env, { LANG: 'en_US.UTF-8' })
|
||||
};
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user