Skip to content

Commit 692eb13

Browse files
committed
remove some duplicate code
1 parent f6b1702 commit 692eb13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Flow.Launcher.Core/Plugin/NodePluginV2.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ public NodePluginV2(string filename)
2222
public override async Task InitAsync(PluginInitContext context)
2323
{
2424
StartInfo.ArgumentList.Add(context.CurrentPluginMetadata.ExecuteFilePath);
25-
StartInfo.ArgumentList.Add(string.Empty);
26-
StartInfo.WorkingDirectory = context.CurrentPluginMetadata.PluginDirectory;
2725
await base.InitAsync(context);
2826
}
2927
}

0 commit comments

Comments
 (0)