Skip to content

Commit

Permalink
Merge pull request #165 from frarees/lexer_fix
Browse files Browse the repository at this point in the history
Fix lexer unreachable code causing build error
  • Loading branch information
jpoon committed Feb 26, 2016
2 parents d0eb62a + 3549677 commit bc43daf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd_line/lexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ module LexerFunctions {
return lexRange;
}
}
return null;
}

function lexCommand(state : Scanner, tokens : Token[]): LexFunction {
Expand Down

0 comments on commit bc43daf

Please sign in to comment.