Exit the run paragraph execution when there are errors with the notebook

file system.
This commit is contained in:
Kavin 2016-09-22 18:19:32 +05:30
parent 950ebda207
commit 21fd49ae28

View file

@ -1156,6 +1156,8 @@ public class NotebookServer extends WebSocketServlet implements
conn.send(serializeMessage(new Message(OP.ERROR_INFO).put("info",
"Oops! There is something wrong with the notebook file system. "
+ "Please check the logs for more details.")));
// don't run the paragraph when there is error on persisting the note information
return;
}
try {