We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da0a543 + d4769c7 commit 21ce174Copy full SHA for 21ce174
example/client-server/client.js
@@ -23,5 +23,5 @@ CartItem.sum(1, function(err, total) {
23
24
// call a built in remote method
25
CartItem.find(function(err, items) {
26
- g.log(items);
+ console.log(items);
27
});
0 commit comments