mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-09-06 04:50:40 +00:00
Convert output to string
This commit is contained in:
@@ -107,7 +107,7 @@ export const variables: ActionFunction = (html, options, re) => {
|
||||
case 'object':
|
||||
return JSON.stringify(output)
|
||||
default:
|
||||
return output
|
||||
return String(output)
|
||||
}
|
||||
}],
|
||||
length: end + re.ending.length
|
||||
|
Reference in New Issue
Block a user