exit example

This commit is contained in:
Todd Treece 2015-08-21 23:00:47 +00:00
parent 360dad974c
commit 7d5065138c

View file

@ -45,6 +45,7 @@ npr.one.init()
})
.then(function(res) {
console.log('ACCESS TOKEN: ' + res.access_token);
process.exit();
})
.catch(function(err) {
console.log(err.statusText);