File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -223,15 +223,19 @@ const ReactPlayground = React.createClass({
223
223
let mountNode = this . refs . mount . getDOMNode ( ) ;
224
224
try {
225
225
React . unmountComponentAtNode ( mountNode ) ;
226
- } catch ( e ) { }
226
+ } catch ( e ) {
227
+ console . error ( e ) ;
228
+ }
227
229
} ,
228
230
229
231
executeCode ( ) {
230
232
let mountNode = this . refs . mount . getDOMNode ( ) ;
231
233
232
234
try {
233
235
React . unmountComponentAtNode ( mountNode ) ;
234
- } catch ( e ) { }
236
+ } catch ( e ) {
237
+ console . error ( e ) ;
238
+ }
235
239
236
240
try {
237
241
let compiledCode = this . compileCode ( ) ;
Original file line number Diff line number Diff line change 45
45
"colors" : " ^1.0.3" ,
46
46
"css-loader" : " ^0.9.1" ,
47
47
"es5-shim" : " ^4.1.0" ,
48
- "eslint" : " ^0.17.1 " ,
48
+ "eslint" : " ^0.18.0 " ,
49
49
"eslint-plugin-react" : " ^1.6.0" ,
50
50
"express" : " ^3.4.8" ,
51
51
"extract-text-webpack-plugin" : " ^0.3.8" ,
You can’t perform that action at this time.
0 commit comments