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
Logging string which contains "npm" doesn't work in console.log(). Its easy to reproduce I have added simple rule.
function (user, context, callback) {
console.log('This is standard string.' );
console.log('This is string which contains npm.' );
return callback(null, user, context);
}
The text was updated successfully, but these errors were encountered:
Logging string which contains "npm" doesn't work in console.log(). Its easy to reproduce I have added simple rule.
The text was updated successfully, but these errors were encountered: