Skip to content

Commit

Permalink
debugger update
Browse files Browse the repository at this point in the history
  • Loading branch information
zegenie committed Mar 18, 2013
1 parent 0ed7b9b commit 306832f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions caspar/templates/debugger-row.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
case is_bool($arg):
echo ($arg) ? 'true' : 'false';
break;
case is_array($arg):
echo 'keys: '.join(', ', array_keys($arg));
break;
default:
echo $arg;
}
Expand Down

0 comments on commit 306832f

Please sign in to comment.