Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
Fix syntactical issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt VanNuys committed Aug 24, 2017
1 parent 39d8de2 commit f2ac138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class CLIEngine {

executeOnText(text, filename) {
const results = [],
options = this.options,;
options = this.options;

if (filename && !path.isAbsolute(filename)) {
filename = path.resolve(options.cwd, filename);
Expand Down

0 comments on commit f2ac138

Please sign in to comment.