Skip to content

Commit

Permalink
fix grammar build - 5°
Browse files Browse the repository at this point in the history
  • Loading branch information
parro-it committed Sep 18, 2016
1 parent 1a6969e commit f4acbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell-lexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const posixShellLexer = (mode, options) => ({
.map(phase => phase(options))
.concat(mode.tokenizer(options, utils));

const tokenize = compose(...phases);
const tokenize = compose.apply(null, phases);
this.tokenizer = tokenize(source);
}
});
Expand Down

0 comments on commit f4acbeb

Please sign in to comment.