fix js syntax error

This commit is contained in:
parrt 2017-12-06 09:35:36 -08:00
parent 2fd1f9a11c
commit c099d91980
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ var CharStreams = {
fromPathSync: function(path, encoding) {
var data = fs.readFileSync(path, encoding);
return new InputStream(data, true);
},
}
};