summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2023-12-29 19:14:19 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2024-01-02 11:16:39 +0200
commit38af3a742afda7c2be3940823d8960b7211f9814 (patch)
tree70c8099bc2c64e13483c6d9f022b36e45adeb227 /src/main.js
parentb226b6f076e5589255e7122978c0e109f586a6b7 (diff)
fix: ESLint errors
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 97e48b442..02ccfc7a9 100644
--- a/src/main.js
+++ b/src/main.js
@@ -25,7 +25,7 @@ const store = new Store(mainStore)
* Handles errors returned during application runtime
*
* @param {Error} error Error thrown
- * @return Promise<Error>
+ * @return {Promise<Error>} Error promise
*/
const handleErrors = function(error) {
store.commit(MUTATIONS.SET_ERROR, error)