fix missing util.formatJSON call

This commit is contained in:
Sebastian McKenzie
2014-10-13 04:49:38 +11:00
parent 79f2dbb8d7
commit 9b6d36bb91

View File

@@ -3,4 +3,4 @@
var helper = require("../test/_helper");
var util = require("../lib/6to5/util");
console.log("(" + helper.run + ")(" + util.formatJSON(helper.getTests()) + ", to5, proclaim)");
console.log("(" + helper.run + ")(" + JSON.stringify(helper.getTests()) + ", to5, proclaim)");