mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
移除日志多余换行
This commit is contained in:
parent
bb27e9cddd
commit
9eb9947298
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "0.8.1-beta",
|
||||
"version": "0.8.1-beta2",
|
||||
"versionCode": 27,
|
||||
"scripts": {
|
||||
"ar": "react-native run-android",
|
||||
|
@ -7,7 +7,7 @@ const logTools = {
|
||||
tempLog: [],
|
||||
writeLog(msg) {
|
||||
console.log(msg)
|
||||
appendFile(logPath, '\n\n' + msg)
|
||||
appendFile(logPath, '\n' + msg)
|
||||
},
|
||||
async initLogFile() {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user