Skip to content

Commit

Permalink
Address #134 and refactor Sandpit.cs
Browse files Browse the repository at this point in the history
Partly addresses #134 .
Refactor the sandpit.cs class to accomodate depracated Dev methods.
Original hash: 8019f06
  • Loading branch information
towsey authored and atruskie committed Dec 18, 2017
1 parent 6348164 commit e9b312b
Show file tree
Hide file tree
Showing 5 changed files with 1,329 additions and 1,027 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static void Execute(Arguments arguments)
{
if (arguments == null)
{
arguments = Dev();
throw new NoDeveloperMethodException();
}

LoggedConsole.WriteLine("# PROCESS LONG RECORDING");
Expand Down
Loading

0 comments on commit e9b312b

Please sign in to comment.