[+] Log loading before checking grading

This commit is contained in:
Hykilpikonna
2019-10-13 21:02:46 -04:00
parent 5d06ee1c41
commit a59f2e6f7c
+3
View File
@@ -193,6 +193,9 @@ export default class App extends Vue
*/ */
private checkGradingAlgorithms() private checkGradingAlgorithms()
{ {
// Show loading message
this.logLoading('4. Checking grading algorithms...');
// Loop through all the courses // Loop through all the courses
for (const course of this.filteredCourses) for (const course of this.filteredCourses)
{ {