mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 23:54:44 +02:00
Change 'exception'
Remove the exception and just report the whole error.
This commit is contained in:
parent
cb522b24ef
commit
d565441b6a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user