Replace util.puts in run-tests with console.log

See d2dda34b2a
This commit is contained in:
Richard van Velzen
2015-07-29 15:24:45 +02:00
parent 881bda7f59
commit f8684f418a

View File

@@ -31,7 +31,7 @@ function tmpl() {
function log() {
var txt = tmpl.apply(this, arguments);
sys.puts(txt);
console.log("%s", txt);
}
function log_directory(dir) {