mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 04:40:06 +00:00
fixed (#2291)
This commit is contained in:
parent
2c80a63146
commit
23126f937c
@ -115,7 +115,7 @@ class TemplatablePattern(Pattern):
|
||||
next = self._read_template()
|
||||
|
||||
if self._until_after:
|
||||
result += self._input.readUntilAfter(self._until_after)
|
||||
result += self._input.readUntilAfter(self._until_pattern)
|
||||
|
||||
return result
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user