peterjmartinson/PengoBot

Escaped HTML characters in Bash command

Closed this issue · 1 comments

system's currently outputs as system's. This is not a critical issue, but would help with the user experience.

Solved with .replace(/'/g, "'")