Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Dec 4, 2019
1 parent b487c50 commit f376016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
var fs = require('fs');

function readExampleFile(name, raw) {
let text = null;
var text = null;
try {
text = fs.readFileSync(name, 'UTF8');
} catch (e) {
Expand Down

0 comments on commit f376016

Please sign in to comment.