Comparing version 2.4.7 to 2.4.8
{ | ||
"name": "primus", | ||
"version": "2.4.7", | ||
"version": "2.4.8", | ||
"description": "Primus is a simple abstraction around real-time frameworks. It allows you to easily switch between different frameworks without any code changes.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
'use strict'; | ||
try { require('./patches'); } | ||
catch (e) { | ||
[ | ||
'', | ||
'Could not apply engine.io patches, we received error', | ||
e.message, | ||
'overriding the prototypes of the serverside components', | ||
'' | ||
].forEach(function log(line) { | ||
console.error('primus: '+ line); | ||
}); | ||
} | ||
/** | ||
@@ -4,0 +17,0 @@ * Minimum viable Engine.IO server for Node.js that works through the primus |
496072
61
12695