Skip to content

Instantly share code, notes, and snippets.

@desbo
Last active August 29, 2015 14:04
Show Gist options
  • Save desbo/9948c411dc1bfd4a0a3d to your computer and use it in GitHub Desktop.
Save desbo/9948c411dc1bfd4a0a3d to your computer and use it in GitHub Desktop.
Fix deprecation warnings when using res.json(status, response) in Express 4.7.0 https://github.com/strongloop/express/blob/master/History.md#470--2014-07-25
find . -type f -exec sed -i -r -e 's/(jsonp?|send)\(([0-9]+)\,\ /status\(\2\)\.\1(/g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment