mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 22:32:56 +00:00
Seal PandocPreparedProcess class definition
This commit is contained in:
parent
4c09c434e2
commit
f4cac637c6
@ -2,7 +2,7 @@ using System.Diagnostics;
|
||||
|
||||
namespace AIStudio.Tools;
|
||||
|
||||
public class PandocPreparedProcess(ProcessStartInfo startInfo, bool isLocal)
|
||||
public sealed class PandocPreparedProcess(ProcessStartInfo startInfo, bool isLocal)
|
||||
{
|
||||
public ProcessStartInfo StartInfo => startInfo;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user