From a59f2e6f7c3bb77549f9c49b446c405ab2ce4768 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 13 Oct 2019 21:02:46 -0400 Subject: [PATCH] [+] Log loading before checking grading --- src/components/app/app.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/app/app.ts b/src/components/app/app.ts index df0a9df..e66647c 100644 --- a/src/components/app/app.ts +++ b/src/components/app/app.ts @@ -193,6 +193,9 @@ export default class App extends Vue */ private checkGradingAlgorithms() { + // Show loading message + this.logLoading('4. Checking grading algorithms...'); + // Loop through all the courses for (const course of this.filteredCourses) {