diff --git a/bin/mustache b/bin/mustache index 442f2d0..583ed1e 100755 --- a/bin/mustache +++ b/bin/mustache @@ -53,7 +53,7 @@ function run (/*args*/) { } function readView (cb) { - let view; + var view; if (isJson(viewArg)) { view = require(path.join(process.cwd(),viewArg)); cb(view);