]> git.lyx.org Git - features.git/commit
When catching exception, give error on STDERR
authorScott Kostyshak <skostysh@lyx.org>
Fri, 10 Mar 2017 22:11:58 +0000 (17:11 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 11 Mar 2017 07:56:31 +0000 (02:56 -0500)
commit3db74fa92d9acd784b271b01c473f69c36311777
treec2083a45a4478f6b4cb358506c058c2eebc07e17
parent72c3dbd02ccd0a3b85f1c9b940462ac1e7ed98d6
When catching exception, give error on STDERR

The error is reported in the GUI, but for the terminal we must write
explicitly to STDERR.

For a specific example of this type of exception, see the previous
commit, 72c3dbd.
src/Buffer.cpp