summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-11-07 18:27:32 +1100
committerSimon Knox <psimyn@gmail.com>2017-11-07 18:27:32 +1100
commite9fb244ad3fdbb42585c1455302eec91af5e11d2 (patch)
tree47851fa3a0dabd3ccc8cd85c33265ed44029267f /app/assets/javascripts
parentf6f97ff3bd72b926d21f4dc6b15cf3772588d373 (diff)
downloadgitlab-ce-e9fb244ad3fdbb42585c1455302eec91af5e11d2.tar.gz
update changelog
Diffstat (limited to 'app/assets/javascripts')
-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;
});
}