From f3760168b41e8e3076a0d986ff8bd65d0f494bce Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 4 Dec 2019 09:35:30 +0100 Subject: [PATCH] Update utils.js --- test/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils.js b/test/utils.js index 87436265..1c5e239a 100644 --- a/test/utils.js +++ b/test/utils.js @@ -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) {