mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tst: passthrough-dotnet: fix problem with vshost ignore Main return value
This commit is contained in:
parent
4d6fc3c848
commit
9a02a46cf4
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user