mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 00:04:10 +00:00
add debug log line on execute
This commit is contained in:
@@ -155,6 +155,8 @@
|
||||
}
|
||||
|
||||
async function executeComponent(noToast = false, inlineScriptOverride?: InlineScript) {
|
||||
console.debug('execute', id)
|
||||
|
||||
if (runnable?.type === 'runnableByName' && runnable.inlineScript?.language === 'frontend') {
|
||||
loading = true
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user