Skip to content

Commit

Permalink
Compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chynesNR committed Oct 29, 2024
1 parent b1ddbf9 commit ecf0a03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public override void Start(string commandLineArguments, Dictionary<string, strin
WaitForAppServerToStartListening(RemoteProcess, captureStandardOutput);
}

public override void Shutdown()
public override void Shutdown(bool force = false)
{
if (!IsRunning)
{
Expand Down

0 comments on commit ecf0a03

Please sign in to comment.