Skip to content

Commit

Permalink
Merge pull request #2985 from maxence-lefebvre/patch-1
Browse files Browse the repository at this point in the history
🚑 fix bad import
  • Loading branch information
ericvergnaud committed Dec 6, 2020
2 parents 19c6470 + ec75582 commit 1b947ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,5 @@ YYYY/MM/DD, github id, Full name, email
2020/10/16, adarshbhat, Adarsh Bhat, adarshbhat@users.noreply.github.com
2020/10/20, adamwojs, Adam Wójs, adam[at]wojs.pl
2020/10/24, cliid, Jiwu Jang, jiwujang@naver.com
2020/11/05, MichelHartmann, Michel Hartmann, MichelHartmann@users.noreply.github.com
2020/11/05, MichelHartmann, Michel Hartmann, MichelHartmann@users.noreply.github.com
2020/12/01, maxence-lefebvre, Maxence Lefebvre, maxence-lefebvre@users.noreply.github.com
2 changes: 1 addition & 1 deletion runtime/JavaScript/src/antlr4/CharStreams.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* can be found in the LICENSE.txt file in the project root.
*/

const {InputStream} = require('./InputStream');
const InputStream = require('./InputStream');
const fs = require("fs");

/**
Expand Down

0 comments on commit 1b947ee

Please sign in to comment.