This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
now-cli
mirror of
https://github.com/lukechilds/now-cli.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
`exit(0)` when successful
master
Tony Kovanen
9 years ago
parent
47f797bd4a
commit
9418d983f2
1 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
bin/now-alias
2
bin/now-alias
View File
@ -134,4 +134,6 @@ async function run (token) {
exit(1);
}
}
exit(0);
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
lukechilds/now-cli
Title
Body
Create Issue