mirror of
				https://github.com/2dust/v2rayN.git
				synced 2025-10-31 04:22:51 +00:00 
			
		
		
		
	
						commit
						b7ac195bfc
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -150,6 +150,7 @@ namespace v2rayN.Handler | ||||||
|                 p.StartInfo.UseShellExecute = false; |                 p.StartInfo.UseShellExecute = false; | ||||||
|                 p.StartInfo.RedirectStandardOutput = true; |                 p.StartInfo.RedirectStandardOutput = true; | ||||||
|                 p.StartInfo.CreateNoWindow = true; |                 p.StartInfo.CreateNoWindow = true; | ||||||
|  |                 p.StartInfo.StandardOutputEncoding = Encoding.UTF8; | ||||||
|                 p.OutputDataReceived += new DataReceivedEventHandler((sender, e) => |                 p.OutputDataReceived += new DataReceivedEventHandler((sender, e) => | ||||||
|                 { |                 { | ||||||
|                     if (!String.IsNullOrEmpty(e.Data)) |                     if (!String.IsNullOrEmpty(e.Data)) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 2dust
						2dust