dragoπ
Results
2
comments of
dragoπ
this is temporarily fixable by editing the source. replace this in line 316: ```js // comment this out: // return !min ? content : content.replace(new RegExp(`^ {${min}}`, "gm"), ''); //...
nah, im just removing functionality cheaply without knowing what else it might break, there has to be a reason why thats there, and im just basically skipping it. until i...