diff --git a/package.json b/package.json index 8ebc026..c872550 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/utils/log.js b/src/utils/log.js index 11fea7b..9f6e53d 100644 --- a/src/utils/log.js +++ b/src/utils/log.js @@ -7,7 +7,7 @@ const logTools = { tempLog: [], writeLog(msg) { console.log(msg) - appendFile(logPath, '\n\n' + msg) + appendFile(logPath, '\n' + msg) }, async initLogFile() { try {