kopia lustrzana https://github.com/c9/core
Make exception explicit
rodzic
a16f73ebc7
commit
6aacc02211
|
@ -149,7 +149,7 @@ define(function(require, exports, module) {
|
||||||
|
|
||||||
// fixes a problem with Ace architect loading /lib/ace
|
// fixes a problem with Ace architect loading /lib/ace
|
||||||
// creating a conflict with themes
|
// creating a conflict with themes
|
||||||
if (theme.isDark === undefined)
|
if (!theme || theme.isDark === undefined)
|
||||||
throw new Error();
|
throw new Error();
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
|
Ładowanie…
Reference in New Issue