Commit 69c602fa authored by Eric Eastwood's avatar Eric Eastwood
parent 079889e3
...@@ -11,7 +11,10 @@ function repoEditorLoader() { ...@@ -11,7 +11,10 @@ function repoEditorLoader() {
Helper.monaco = monaco; Helper.monaco = monaco;
Store.monacoLoading = false; Store.monacoLoading = false;
resolve(RepoEditor); resolve(RepoEditor);
}, reject); }, () => {
Store.monacoLoading = false;
reject();
});
}); });
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment