mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
eslint: unnecessary escape
This commit is contained in:
parent
7e55133d20
commit
44d4adbfc7
1 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ export default {
|
||||||
out = [];
|
out = [];
|
||||||
|
|
||||||
for(const line of lines) {
|
for(const line of lines) {
|
||||||
const match = /^(?:(.*?) \()?(\/[^:\)]+):(\d+):(\d+)\)?$/.exec(line);
|
const match = /^(?:(.*?) \()?(\/[^:)]+):(\d+):(\d+)\)?$/.exec(line);
|
||||||
if ( match )
|
if ( match )
|
||||||
out.push([
|
out.push([
|
||||||
match[1] || '???',
|
match[1] || '???',
|
||||||
|
@ -334,4 +334,4 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue