Fix: normalize new line
This commit is contained in:
parent
94e5336018
commit
1e9ee786ea
|
@ -414,6 +414,8 @@ var usercss = (function () {
|
|||
}
|
||||
|
||||
function _buildMeta(sourceCode) {
|
||||
sourceCode = sourceCode.replace(/\r\n?/g, '\n');
|
||||
|
||||
const usercssData = {
|
||||
vars: {}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user