josephg / ShareJS

Collaborative editing in any app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo

droganov opened this issue · comments

session.js:757

console.warn('Query ' + index + '.' JSON.stringify(req.q) + ' emitte

should be changed to:

console.warn('Query ' + index + '.' + JSON.stringify(req.q) + ' emitte

Ohcrap thanks

On Wed, Jul 23, 2014 at 3:48 PM, droganov notifications@github.com wrote:

session.js:757

console.warn('Query ' + index + '.' JSON.stringify(req.q) + ' emitte

should be changed to:

console.warn('Query ' + index + '.' + JSON.stringify(req.q) + ' emitte


Reply to this email directly or view it on GitHub
#326.

I'm literally in the middle of adding a million tests for exactly this kind of problem

Fixed.