|
|
@@ -106,7 +106,7 @@ watchdog.state;
|
|
|
|
|
|
// Listen to state changes.
|
|
|
watchdog.on( 'change:state' ( evt, name, currentState, prevState ) => {
|
|
|
- console.log( `Editor changed from ${ currentState } to ${ prevState }` );
|
|
|
+ console.log( `State changed from ${ currentState } to ${ prevState }` );
|
|
|
|
|
|
if ( currentState === 'crashedPermanently' ) {
|
|
|
watchdog.editor.isReadOnly = true;
|