Merge branch 'master' into harmony

This commit is contained in:
Richard van Velzen
2015-08-05 21:13:11 +02:00
5 changed files with 17 additions and 5 deletions

View File

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