silentrob / superscript-editor

NOT MAINTAINED - A Editor for authoring chatbots with SuperScript
MIT License
27 stars 16 forks source link

Adds missing winston module and require in config/express.js #12

Closed karovski closed 9 years ago

karovski commented 9 years ago

Simple addition for a missing winston logger which causes the editor to crash if NODE_ENV is not 'development'.

Note: The "insignificant" whitespace diffs are due to some settings I have in my editor to trim trailing whitespace and ensure newline at eof on save.

silentrob commented 9 years ago

Thank you!

karovski commented 9 years ago

It appears there's a merge issue with the latest package.json that breaks things.

There's a '7' instead of a ',' that breaks the syntax :)

silentrob commented 9 years ago

Crap, I had a second line selected when I updated the version. Sorry about that.