mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
fix loading non deno from hub
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
const template = await getScriptByPath(hubPath)
|
||||
script.description = `Fork of ${hubPath}`
|
||||
script.content = template.content
|
||||
script.language = Script.language.DENO
|
||||
script.language = template.language as Script.language
|
||||
sendUserToast(`Code has been loaded from hub script ${hubPath}.`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user