summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-04-01 20:57:05 +0800
committerGitHub <noreply@github.com>2023-04-01 20:57:05 +0800
commitaa9c9209800e07127065ad296a9d1d4af883ae36 (patch)
tree8feb7e81b5d29e929854d911789e6a5ec325d70e /package.json
parent9a30b2eafac10f68ee374c9b2ee4b020e33b170e (diff)
downloadgitea-aa9c9209800e07127065ad296a9d1d4af883ae36.tar.gz
gitea-aa9c9209800e07127065ad296a9d1d4af883ae36.zip
Improve action log display with control chars (#23820)
Close #23680 Some CLI programs use "\r" and control chars to print new content in current line. So, the strings in one line are actually from `\rReading...1%\rReading...5%\rReading...100%` This PR tries to make the output better.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index a5d09157a6..dc781c6a32 100644
--- a/package.json
+++ b/package.json
@@ -55,6 +55,7 @@
"@playwright/test": "1.31.2",
"@rollup/pluginutils": "5.0.2",
"@stoplight/spectral-cli": "6.6.0",
+ "@vitejs/plugin-vue": "4.1.0",
"eslint": "8.36.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jquery": "1.5.1",