mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
tst: passthrough-dotnet: fix problem with vshost ignore Main return value
This commit is contained in:
@ -37,9 +37,9 @@ namespace passthrough
|
||||
|
||||
class Program
|
||||
{
|
||||
static int Main(string[] args)
|
||||
static void Main(string[] args)
|
||||
{
|
||||
return new PtfsService().Run();
|
||||
Environment.ExitCode = new PtfsService().Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user