Convert output to string

This commit is contained in:
nicco 2018-02-21 12:29:35 +01:00
parent 5406862127
commit b1cdeac3c7
1 changed files with 1 additions and 1 deletions

View File

@ -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