You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this warning message: Warning: a promise was created in a handler at Users/nates/Documents/Development/shy/node_modules/lusca/index.js:48:21 but was not returned from it, see http://goo.gl/rRqMUw
If you add a return null; after this line of code, the warning goes away.
The text was updated successfully, but these errors were encountered:
Using lusca 1.4.1 and node 7.7.4.
Got this warning message:
Warning: a promise was created in a handler at Users/nates/Documents/Development/shy/node_modules/lusca/index.js:48:21 but was not returned from it, see http://goo.gl/rRqMUw
If you add a
return null;
after this line of code, the warning goes away.The text was updated successfully, but these errors were encountered: