Commit cdd28b30 authored by Eric Eastwood's avatar Eric Eastwood
parent 6bf4a06e
...@@ -10,7 +10,10 @@ function repoEditorLoader() { ...@@ -10,7 +10,10 @@ function repoEditorLoader() {
Store.monaco = monaco; Store.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