Skip to content

Commit

Permalink
reintroduce syntax error again
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Jan 24, 2024
1 parent 28a1fd6 commit 2984f78
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public void RequestScreenshot(int delayInFrames = 0)

public RecordingSession StartRecordingSession(string name, string title)
{
BEEP BOOP SYNTAX ERROR

// Make the name file-safe
name = string.Join("_", name.Split(Path.GetInvalidFileNameChars()));

Expand Down
8 changes: 0 additions & 8 deletions src/gg.regression.unity.testing/Editor.meta

This file was deleted.

8 changes: 0 additions & 8 deletions src/gg.regression.unity.testing/Runtime.meta

This file was deleted.

0 comments on commit 2984f78

Please sign in to comment.