mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-12 00:45:08 +00:00
more logging
This commit is contained in:
parent
338bee061c
commit
08e48afcb9
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ SessionSockets = require('session.socket.io')
|
|||
CookieParser = require("cookie-parser")
|
||||
|
||||
|
||||
sessionRedisClient.set "hello-a", "hello-there"
|
||||
sessionRedisClient.set "hello-a", "hello-there", (err)->
|
||||
console.log "setting hello-a", err
|
||||
|
||||
DrainManager = require("./app/js/DrainManager")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue