diff options
author | Kyle K <kylek389@gmail.com> | 2012-07-01 03:11:47 -0500 |
---|---|---|
committer | Kyle Kaminski <kyle@kkaminsk.com> | 2012-07-01 03:11:47 -0500 |
commit | 8263f26456dbcd7d5871fc5b394d08af8f4f63b4 (patch) | |
tree | 7c3bd8f82e707b3c273870001b37bb21258e0811 /express/app1.js | |
parent | f052db6b797d7b2f08263ed39ced3c2095c4658d (diff) | |
download | fubar-8263f26456dbcd7d5871fc5b394d08af8f4f63b4.tar.gz fubar-8263f26456dbcd7d5871fc5b394d08af8f4f63b4.tar.bz2 fubar-8263f26456dbcd7d5871fc5b394d08af8f4f63b4.zip |
it is really hard to read traces and errors
Diffstat (limited to 'express/app1.js')
-rw-r--r-- | express/app1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/express/app1.js b/express/app1.js index 8c25531..a9d0d2b 100644 --- a/express/app1.js +++ b/express/app1.js @@ -1,6 +1,6 @@ var express = require('express'); -var app = express.createServer() +var app = express.createServer(); app.configure('dev', function() { app.use(express.errorHandler({ |