perf: prettier

This commit is contained in:
Junyan Qin
2025-08-12 19:39:41 +08:00
parent 051fffd41e
commit b6d47187f5
+1 -1
View File
@@ -444,7 +444,7 @@ class HttpClient {
return; return;
} }
if (data.type === 'start') { if (data.type === 'start') {
console,log(data.type) console.log(data.type);
} }
if (data.message) { if (data.message) {