It seems like your issue is elsewhere, I tried myself with your cfg and code, 
and with this panicoverride.nim:
    
    
    proc rawoutput(s: string) = discard
    proc panic(s: string) = discard
    
    Run

Reply via email to