codePreviews: guh
This commit is contained in:
parent
7ef3c95533
commit
609a312c7c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ async function processFile(link, originalLink, spoiler = false, linkFile = false
|
|||
let entireFile = false;
|
||||
|
||||
if (lineStr) {
|
||||
const [start, end] = lineStr.match(/(?<=L-)\d+/g);
|
||||
const [start, end] = lineStr.match(/(?<=[L-]{1,2})\d+/g);
|
||||
if (!end) {
|
||||
startLine = endLine = start;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue