See #51. Work on improving PHP support and deubgging errors.
This commit is contained in:
parent
51c4237c32
commit
7fdde0f8a6
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
function add($a, $b) {
|
||||
return $a +$b; }
|
||||
echo add(1,2);
|
|
@ -66,6 +66,7 @@ module.exports = function (getCmd, isStdout) {
|
|||
});
|
||||
}
|
||||
} else {
|
||||
console.log('Beautifcation Error: ', err);
|
||||
deleteOutputFile();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue