usercss: inform when the entire metadata block is missing/invalid

This commit is contained in:
tophf 2017-11-26 21:13:54 +03:00
parent 0d80177691
commit 23efcb1db8

View File

@ -115,6 +115,7 @@ var usercss = (() => {
};
}
}
return {text: '', index: 0};
}
function parseWord(state, error = 'invalid word') {