Bug fix
This commit is contained in:
parent
1ec72b98bb
commit
44b2547674
|
@ -419,7 +419,7 @@ namespace Nitrogen
|
||||||
{
|
{
|
||||||
proces_n.Kill();
|
proces_n.Kill();
|
||||||
Thread th_msg = new Thread(message);
|
Thread th_msg = new Thread(message);
|
||||||
th_msg.Start(); th_msg.Abort();
|
th_msg.Start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
|
|
Loading…
Reference in New Issue