Can't break App execution by ctrl+c
Suliman via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Apr 27 05:33:44 PDT 2017
On Thursday, 27 April 2017 at 12:25:11 UTC, Adam D. Ruppe wrote:
> On Thursday, 27 April 2017 at 12:17:12 UTC, Suliman wrote:
>> Before my code handle empty result in `catch` block.
>
> You must be catching the ctrl+c exception... don't do that.
> Just catch the empty result exception.
The issue is gone after removing
http://code.dlang.org/packages/consoled
it's look like that it's produced error. Now ctrl+c is woking
fine...
More information about the Digitalmars-d-learn
mailing list