@dpuse/dpuse-development 0.3.580 → 0.3.582

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5967,7 +5967,7 @@ function ar(e) {
5967
5967
  }
5968
5968
  function or(e) {
5969
5969
  let t = Math.round(e / 100 * tr);
5970
- return `${"█".repeat(t)}${"░".repeat(tr - t)} ${e.toFixed(1)}%`;
5970
+ return `\`${"█".repeat(t)}${"░".repeat(tr - t)}\` ${e.toFixed(1)}%`;
5971
5971
  }
5972
5972
  function sr(e) {
5973
5973
  let t = e.startsWith("/") ? e.slice(1) : e;