You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the index.js, of this module, the octal literal is causing an error in 'strict' mode. I encounter this error when using babel and webpack to compile js output.
If all the '\033' were replaced with the hex equivalent, '\x1B', as shown in this repository: stevenvachon/cli-clear@e6458ee, the error will go away.
Thanks. 😃
The text was updated successfully, but these errors were encountered:
In the index.js, of this module, the octal literal is causing an error in 'strict' mode. I encounter this error when using babel and webpack to compile js output.
If all the '\033' were replaced with the hex equivalent, '\x1B', as shown in this repository: stevenvachon/cli-clear@e6458ee, the error will go away.
Thanks. 😃
The text was updated successfully, but these errors were encountered: