Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-11-07 10:27:32 +0300
committerSimon Knox <psimyn@gmail.com>2017-11-07 10:27:32 +0300
commite9fb244ad3fdbb42585c1455302eec91af5e11d2 (patch)
tree47851fa3a0dabd3ccc8cd85c33265ed44029267f /app/assets/javascripts/smart_interval.js
parentf6f97ff3bd72b926d21f4dc6b15cf3772588d373 (diff)
update changelog
Diffstat (limited to 'app/assets/javascripts/smart_interval.js')
-rw-r--r--app/assets/javascripts/smart_interval.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/smart_interval.js b/app/assets/javascripts/smart_interval.js
index 95dd00b580e..8e931995fc6 100644
--- a/app/assets/javascripts/smart_interval.js
+++ b/app/assets/javascripts/smart_interval.js
@@ -116,7 +116,7 @@ export default class SmartInterval {
})
.catch((err) => {
this.isLoading = false;
- throw new Error(err);
+ throw err;
});
}