See #51. Work on improving PHP support and deubgging errors.

This commit is contained in:
Glavin Wiechert 2014-08-03 16:22:48 -04:00
parent 51c4237c32
commit 7fdde0f8a6
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
function add($a, $b) {
return $a +$b; }
echo add(1,2);

View File

@ -66,6 +66,7 @@ module.exports = function (getCmd, isStdout) {
});
}
} else {
console.log('Beautifcation Error: ', err);
deleteOutputFile();
}
});