exit example
This commit is contained in:
parent
360dad974c
commit
7d5065138c
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ npr.one.init()
|
||||||
})
|
})
|
||||||
.then(function(res) {
|
.then(function(res) {
|
||||||
console.log('ACCESS TOKEN: ' + res.access_token);
|
console.log('ACCESS TOKEN: ' + res.access_token);
|
||||||
|
process.exit();
|
||||||
})
|
})
|
||||||
.catch(function(err) {
|
.catch(function(err) {
|
||||||
console.log(err.statusText);
|
console.log(err.statusText);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue