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 f6b1702 commit 692eb13Copy full SHA for 692eb13
Flow.Launcher.Core/Plugin/NodePluginV2.cs
@@ -22,8 +22,6 @@ public NodePluginV2(string filename)
22
public override async Task InitAsync(PluginInitContext context)
23
{
24
StartInfo.ArgumentList.Add(context.CurrentPluginMetadata.ExecuteFilePath);
25
- StartInfo.ArgumentList.Add(string.Empty);
26
- StartInfo.WorkingDirectory = context.CurrentPluginMetadata.PluginDirectory;
27
await base.InitAsync(context);
28
}
29
0 commit comments