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
benjamingr edited this page Dec 21, 2014
·
5 revisions
Error: suffix must be a valid identifier
This happens when calling Promise.promisifyAll with the options parameter with the identifier argument which changes the suffix assigned to promisified functions.
Things passed as the suffix parameter must be valid JavaScript identifiers.