fix: nginx log wrapping issue

This commit is contained in:
0xJacky 2022-12-04 22:05:39 +08:00
parent 133a0e9501
commit d7ce452b8b
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "nginx-ui-frontend-next", "name": "nginx-ui-frontend-next",
"private": true, "private": true,
"version": "1.6.7", "version": "1.6.8",
"type": "commonjs", "type": "commonjs",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View file

@ -1 +1 @@
{"version":"1.6.7","build_id":56,"total_build":126} {"version":"1.6.8","build_id":57,"total_build":127}

View file

@ -36,7 +36,7 @@ function openWs() {
} }
websocket.onmessage = (m: any) => { websocket.onmessage = (m: any) => {
addLog(m.data) addLog(m.data + '\n')
} }
} }

View file

@ -1 +1 @@
{"version":"1.6.7","build_id":56,"total_build":126} {"version":"1.6.8","build_id":57,"total_build":127}