mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Large set of changes to migrate reader_data_t's buffer to std::wstring
This commit is contained in:
@@ -34,7 +34,7 @@ static int insane;
|
||||
|
||||
void sanity_lose()
|
||||
{
|
||||
debug( 0, _(L"Errors detected, shutting down") );
|
||||
debug( 0, _(L"Errors detected, shutting down. Break on sanity_lose() to debug.") );
|
||||
insane = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user