Change 'exception'

Remove the exception and just report the whole error.
This commit is contained in:
notCharles 2024-11-13 15:58:20 -05:00
parent cb522b24ef
commit d565441b6a

View File

@ -14,7 +14,7 @@
/> />
@script @script
<script> <script>
console.error(@json($node->systemInformation()['exception'])); console.error(@json($node->systemInformation())); // TODO Make Purdy
</script> </script>
@endscript @endscript
@break @break