mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Tidying.
This commit is contained in:
parent
2dcd98486e
commit
843e5f65e1
1 changed files with 4 additions and 6 deletions
10
lib/cli.js
10
lib/cli.js
|
@ -15,12 +15,10 @@ Promise.longStackTraces()
|
|||
program
|
||||
.version(pkg.version)
|
||||
|
||||
var notifier = updateNotifier({
|
||||
packageName: pkg.name,
|
||||
packageVersion: pkg.version
|
||||
})
|
||||
|
||||
notifier.notify()
|
||||
updateNotifier({
|
||||
packageName: pkg.name
|
||||
, packageVersion: pkg.version
|
||||
}).notify()
|
||||
|
||||
program
|
||||
.command('provider [serial..]')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue