mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
do not gag a fatal error (#20892)
This commit is contained in:
parent
f68ca2cbe0
commit
edd9eb5a2f
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ else version = MARS;
|
|||
*/
|
||||
void ObjectNotFound(Loc loc, Identifier id)
|
||||
{
|
||||
global.gag = 0; // never gag the fatal error
|
||||
error(loc, "`%s` not found. object.d may be incorrectly installed or corrupt.", id.toChars());
|
||||
version (IN_LLVM)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue