提交 1cbcb6e4 编写于 作者: S ShadelessFox

#9653 Log error instead of suppressing


Former-commit-id: 460c2de5
上级 8c64821c
......@@ -280,6 +280,7 @@ public abstract class SQLEditorNested<T extends DBSObject>
});
return Status.OK_STATUS;
} catch (Exception e) {
log.error(e);
sourceText = "/* ERROR WHILE READING SOURCE:\n\n" + e.getMessage() + "\n*/";
return Status.CANCEL_STATUS;
} finally {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册