Skip to content

Commit

Permalink
Fix TSC check
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks committed Aug 3, 2022
1 parent a5bb949 commit f356b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/repo/build/BuildLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default defineComponent({
}
if (isProcRunning(proc.value)) {
timer = setInterval(() => {
timer = window.setInterval(() => {
if (flush() && autoScroll.value) {
scrollDown();
}
Expand Down

0 comments on commit f356b31

Please sign in to comment.