commit | 87286cc7371886d9856edf424785aaa890ba05a9 | [log] [tgz] |
---|---|---|
author | Colton Baker <[email protected]> | Tue Oct 04 22:08:18 2011 |
committer | Ryan Dahl <[email protected]> | Thu Oct 06 01:51:06 2011 |
tree | 0a3e93be28b8ebb62d9b774919d29b2c1600fa46 | |
parent | 627f379f2273341426ab3d5cb7eb4d5c148d500a [diff] [blame] |
Fixed a lot of jslint errors. Fixes #1831
diff --git a/test/simple/test-net-create-connection.js b/test/simple/test-net-create-connection.js index 1d6cbd5..c21be15 100644 --- a/test/simple/test-net-create-connection.js +++ b/test/simple/test-net-create-connection.js
@@ -44,7 +44,7 @@ net.createConnection(tcpPort, 'localhost', cb); }); -process.on('exit', function () { +process.on('exit', function() { assert.equal(clientConnected, 4); });