Skip to content

Commit

Permalink
🐛 Fix missing OSFileStreamStrategy plug
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Jan 5, 2024
1 parent eef331d commit 2ea6ad9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@ public static bool get_CanSeek(object aThis)
{
throw new NotImplementedException();
}

public static long Seek(object aThis, long a, object origin)
{
throw new NotImplementedException();
}
}
}

0 comments on commit 2ea6ad9

Please sign in to comment.