mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 02:49:30 -06:00
FF-1219 - fixed issue in 7zip if file doesnt exist
This commit is contained in:
@@ -147,7 +147,7 @@ public class SevenZip : Node
|
||||
if (args.FileService.FileExists(args.WorkingFile))
|
||||
{
|
||||
args.Logger?.ELog("File does not exist: " + args.WorkingFile);
|
||||
return 1;
|
||||
return -1;
|
||||
}
|
||||
var result = args.FileService.GetLocalPath(args.WorkingFile);
|
||||
if (result.IsFailed)
|
||||
|
||||
Reference in New Issue
Block a user