This commit is contained in:
Justin SB
2014-09-24 11:23:32 -07:00
parent 555bd231eb
commit 35601acd36

View File

@@ -45,7 +45,7 @@ var emptyCachedServerDataJson = function () {
};
// Given a connection, makes a call to the package server. (Checks to see if
// the connection is connected, and reconnectes if needed -- a workaround for
// the connection is connected, and reconnects if needed -- a workaround for
// the fact that connections in the tool do not reconnect)
exports.callPackageServer = function (conn) {
if (!conn.connected) {