mirror of https://github.com/onweru/compose.git

weru
24.58.2023 e2784768ae8bb0934adb7e701074235a3519c597
assets/js/code.js
@@ -285,7 +285,7 @@
        Array.from(lines).forEach(line => {
          line = line.lastElementChild;
          let line_contents = line.textContent.trim(' ');
          line_contents.indexOf('$') !== 0 ? pushClass(line, 'shell') : false;
          line_contents.indexOf('$') !== 0 && line_contents.trim(' ').length ? pushClass(line, 'shell') : false;
        });
      }