Skip to content

Commit

Permalink
Fixes #65
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdresko committed Jun 10, 2017
1 parent b610dda commit 15c90b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HSPI/Connector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public static class Connector
Console.WriteLine($"Unhandled exception from Plugin: {ex.Message}");
}
}

Environment.Exit(0);
}
}
}

0 comments on commit 15c90b9

Please sign in to comment.