Skip to content

Commit

Permalink
See #51. Work on improving PHP support and deubgging errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Aug 3, 2014
1 parent 51c4237 commit 7fdde0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/simple-jsbeautifyrc/test2.php
@@ -0,0 +1,4 @@
<?php
function add($a, $b) {
return $a +$b; }
echo add(1,2);
1 change: 1 addition & 0 deletions lib/langs/cli-beautify.js
Expand Up @@ -66,6 +66,7 @@ module.exports = function (getCmd, isStdout) {
});
}
} else {
console.log('Beautifcation Error: ', err);
deleteOutputFile();
}
});
Expand Down

0 comments on commit 7fdde0f

Please sign in to comment.