mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 08:04:25 +00:00
fix: improve load schedule args
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
path = initialScriptPath
|
||||
initialPath = initialScriptPath
|
||||
script_path = initialScriptPath
|
||||
loadScript(script_path)
|
||||
await loadScript(script_path)
|
||||
|
||||
if (defaultErrorHandlerMaybe !== undefined && defaultErrorHandlerMaybe !== null) {
|
||||
wsErrorHandlerMuted = defaultErrorHandlerMaybe['wsErrorHandlerMuted']
|
||||
@@ -242,7 +242,7 @@
|
||||
timezone = s.timezone
|
||||
summary = s.summary ?? ''
|
||||
script_path = s.script_path ?? ''
|
||||
loadScript(script_path)
|
||||
await loadScript(script_path)
|
||||
|
||||
is_flow = s.is_flow
|
||||
no_flow_overlap = s.no_flow_overlap ?? false
|
||||
|
||||
Reference in New Issue
Block a user