Skip to content

Commit

Permalink
Minor style change
Browse files Browse the repository at this point in the history
  • Loading branch information
kronolynx committed Aug 29, 2016
1 parent b342374 commit 3d0ce67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Setup.iced
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,17 @@ class Configure
expires: @getExpirationDate()

@done = true

@alert "Now install Trailbot Client in your computer and start the setup wizard." , true
@alert "The following 8 words will be required by the Trailbot Client:"
@alert "#{@channelToWords(exchange.channel)}".cyan.bold, true
console.log '\n'

await new Vault this, answers.vault, watcherFP, defer vault
await vault.save 'exchange', exchange, defer {id}
process.exit 1 unless id
exchange.id = id

@alert "Now install Trailbot Client in your computer and start the setup wizard." , true
@alert "The following 8 words will be required by Trailbot Client:"
@alert "#{@channelToWords(exchange.channel)}".cyan.bold, true

@alert "Waiting for confirmation from Trailbot Client..." , true
vault.watch 'exchange', exchange.id, (change) =>
# if change is null the document was deleted
Expand Down

0 comments on commit 3d0ce67

Please sign in to comment.