I'm thinking about Croatia or Malaysia where I'm next to move

This commit is contained in:
Soph :3 2024-08-14 16:18:50 +03:00
parent 55a699c7fd
commit a8e0de3843
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -8,7 +8,7 @@ export default class CompileTimeJS extends Plugin {
async rewriteFile(file: string, filePath: string): Promise<string> {
let input = file;
const regex = /{&(.+)&}/gm;
const regex = /{&(.+)&}/gms;
let m;