add log back
This commit is contained in:
parent
2a0487c829
commit
6a5c327085
|
@ -65,6 +65,7 @@ export async function run({
|
|||
inputs.text = JSON.stringify(inputs.text)
|
||||
}
|
||||
const message = `App ${appId} - ${inputs.text}`
|
||||
console.log(message)
|
||||
return {
|
||||
success: true,
|
||||
message,
|
||||
|
|
Loading…
Reference in New Issue