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
git clone https://github.com/adopted-ember-addons/ember-page-title.git && cd ember-page-title
run npm init rwjblue-release-it-setup
It works but I noticed the following printed to my terminal:
(node:7098) UnhandledPromiseRejectionWarning
(node:7098) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async functionwithout a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:7098) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
Thanks for reporting! The last I looked into this, it was because the GH api is returning a redirect and the system I’m using to setup github labels doesn’t properly handle redirects. I reported that over in Financial-Times/github-label-sync#27 but haven’t seen any movement (the repo seems to be fairly silent in the last few months).
At the least, we should add a catch handler to our main to avoid the node warning RE: unhandled rejections, and then log the error to the console.
Thank you for this pro tip.
git clone https://github.com/adopted-ember-addons/ember-page-title.git && cd ember-page-title
npm init rwjblue-release-it-setup
It works but I noticed the following printed to my terminal:
The text was updated successfully, but these errors were encountered: