garrium-info
Results
2
issues of
garrium-info
Hello. For the past month use your module (even bought it ;D) and can not seem to solve one problem. When the app is running and then you shut down...
My Code: ``` function reWebLogOn(steam, callback) { steam.webLogOn(function(newCookie){ helper.msg('webLogOn ok'); cookies = newCookie; offers.setup({ sessionID: currentSessionId, webCookie: newCookie }, function(){ if (typeof callback == "function") { callback(); } }); var...