Skip to content

Commit 12f0976

Browse files
committed
fix: hotfix for Windows (no issue)
1 parent bd565b3 commit 12f0976

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/back-end/builddata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"version": "0.46.4",
3-
"build": 17047
4-
}
3+
"build": 17048
4+
}

app/back-end/modules/render-html/helpers/template.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ class TemplateHelper {
385385
}
386386
}
387387

388+
// Fix for Windows
389+
userPartials = userPartials.map(partial => partial.replace(/\\/gmi, '/'));
388390
return userPartials;
389391
}
390392

0 commit comments

Comments
 (0)