fixes #479
This commit is contained in:
parent
554ba8db83
commit
425a2cb081
|
@ -23,7 +23,7 @@ module.exports = class PerlTidy extends Beautifier
|
|||
'--standard-output'
|
||||
'--standard-error-output'
|
||||
'--quiet'
|
||||
"--profile=#{options.perltidy_profile}" if options.perltidy_profile?
|
||||
"--profile=#{options.perltidy_profile}" if options.perltidy_profile?.length
|
||||
@tempFile("input", text)
|
||||
], help: {
|
||||
link: "http://perltidy.sourceforge.net/"
|
||||
|
|
Loading…
Reference in New Issue