diff --git a/index.js b/index.js index 5c5c05a..37245b2 100644 --- a/index.js +++ b/index.js @@ -93,6 +93,7 @@ function interpolate (text) { text = text.replace(/\{/g, '" + (') text = text.replace(/\}/g, ') + "') text = text.replace(/\n/g, ' \\\n') + text = text.replace(/\r/g, '') return strify(text) }