summary refs log tree commit diff
path: root/bundle/src/stats.ts
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/src/stats.ts')
-rw-r--r--bundle/src/stats.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/src/stats.ts b/bundle/src/stats.ts
index 0234e0b4..022b2000 100644
--- a/bundle/src/stats.ts
+++ b/bundle/src/stats.ts
@@ -29,7 +29,7 @@ export function initStats() {
 	// 		osu.mem.info(),
 	// 		osu.netstat.inOut(),
 	// 	]);
-	// 	var networkUsage = "";
+	// 	let networkUsage = "";
 	// 	if (typeof network === "object") {
 	// 		networkUsage = `| [Network]: in ${network.total.inputMb}mb | out ${network.total.outputMb}mb`;
 	// 	}