Merge pull request #707 from pelican-dev/charles/fixnode

Change 'exception'
This commit is contained in:
MartinOscar 2024-11-13 22:07:45 +01:00 committed by GitHub
commit d9016702d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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