mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2024-12-28 02:16:08 +00:00
Remove redundant data.uuid in executeCommand log
This commit is contained in:
parent
e8be9186ea
commit
faec1c1a02
|
@ -140,8 +140,8 @@ function formatListener(key, data){
|
|||
case "alreadyDownloaded": message = "Track already downloaded."; break;
|
||||
case "tagging": message = "Tagging track."; break;
|
||||
case "tagged": message = "Track tagged."; break;
|
||||
case "stderr": return `[${data.uuid}] ExecuteCommand Error: ${data.data.stderr}`
|
||||
case "stdout": return `[${data.uuid}] ExecuteCommand Output: ${data.data.stdout}`
|
||||
case "stderr": return `ExecuteCommand Error: ${data.data.stderr}`
|
||||
case "stdout": return `ExecuteCommand Output: ${data.data.stdout}`
|
||||
}
|
||||
return `[${data.uuid}] ${data.data.artist} - ${data.data.title} :: ${message}`
|
||||
case "downloadWarn":
|
||||
|
|
Loading…
Reference in a new issue