Fix lint error

This commit is contained in:
Steven Zeck 2018-02-19 11:36:45 -06:00
parent 0c6ae87b09
commit c661bff7af
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module.exports = class Prettier extends Beautifier
result = prettier.format(text, {
options
parser
});
})
resolve result
catch err
reject(err)