Fix formatR, do not pipe stdout to file, unnecessarily
This commit is contained in:
parent
999b256163
commit
59a7820723
|
@ -38,6 +38,4 @@ module.exports = class R extends Beautifier
|
||||||
r_beautifier,
|
r_beautifier,
|
||||||
options.indent_size,
|
options.indent_size,
|
||||||
@tempFile("input", text),
|
@tempFile("input", text),
|
||||||
'>',
|
|
||||||
@tempFile("input", text)
|
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue