We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a04f2 commit 7142e1dCopy full SHA for 7142e1d
1 file changed
PluginOptions/Options.cs
@@ -16,7 +16,7 @@ public Options(GenerateRequest generateRequest)
16
{
17
text = "{}";
18
}
19
-
+
20
var rawOptions = JsonSerializer.Deserialize<RawOptions>(text) ?? throw new InvalidOperationException();
21
22
DriverName = EngineToDriverMapping[generateRequest.Settings.Engine];
0 commit comments