mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Use string interpolation
This commit is contained in:
@@ -135,7 +135,7 @@ convert: ->
|
||||
if error
|
||||
console.error(error)
|
||||
else
|
||||
selection.insertText("\n" + asciiArt + "\n")
|
||||
selection.insertText("\n#{asciiArt}\n")
|
||||
```
|
||||
|
||||
## Further reading
|
||||
|
||||
Reference in New Issue
Block a user