diff options
Diffstat (limited to 'bundle/src/stats.ts')
-rw-r--r-- | bundle/src/stats.ts | 2 |
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`; // } |