mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-05 20:29:32 -06:00
FF-1698: C# scripts!
This commit is contained in:
@@ -47,9 +47,11 @@ public abstract class ScriptBase : Node
|
||||
{
|
||||
Args = args,
|
||||
Logger = args.Logger,
|
||||
TempPath = args.TempPath,
|
||||
Code = Language is ScriptLanguage.CSharp or ScriptLanguage.JavaScript ? Code : args.ReplaceVariables(Code),
|
||||
ScriptType = ScriptType.Flow,
|
||||
Language = Language
|
||||
Language = Language,
|
||||
NotificationCallback = args.NotificationCallback
|
||||
});
|
||||
|
||||
if (result.Failed(out var error))
|
||||
|
||||
Reference in New Issue
Block a user