Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save primetoxinz/c99e444626d184feffc0c105d6fe5f79 to your computer and use it in GitHub Desktop.
Save primetoxinz/c99e444626d184feffc0c105d6fe5f79 to your computer and use it in GitHub Desktop.
ntClient.start((con, err) => {
console.log({con, err});
if (!con)
throw err;
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment