Skip to content

Instantly share code, notes, and snippets.

@shovon
Last active December 12, 2015 06:28
Show Gist options
  • Save shovon/4728824 to your computer and use it in GitHub Desktop.
Save shovon/4728824 to your computer and use it in GitHub Desktop.
Circumventing "octal escape sequences are not allowed" errors in CoffeeScript.
bold = `'\033[0;1m'`
green = `'\033[0;32m'`
reset = `'\033[0m'`
red = `'\033[0;31m'`
# Thanks to https://github.com/gradus/black-coffee/issues/1#issuecomment-6319861
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment