Skip to content

Commit

Permalink
fix(fastani): Include CMD in logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed May 6, 2022
1 parent 21b2235 commit 819028e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/fastani/FastAniResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
<template v-slot:item.logs="{ item }">
<FastAniLogsModal
:stderr="item.qvr.data.stderr"
:cmd="item.qvr.data.cmd"
class="ml-1"
/>
</template>
Expand Down

0 comments on commit 819028e

Please sign in to comment.