Skip to content

Instantly share code, notes, and snippets.

@WesTyler
Created November 1, 2017 19:31
Show Gist options
  • Save WesTyler/8b39bc52fcd941272fa4910d0416d14f to your computer and use it in GitHub Desktop.
Save WesTyler/8b39bc52fcd941272fa4910d0416d14f to your computer and use it in GitHub Desktop.
server.register(plugin, registrationOptions, (err) => {
if (err) {
console.log('Plugin registration error. Deal with it.');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment