Skip to content

Commit

Permalink
trying to fix a crash...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Keller committed Mar 3, 2017
1 parent 4ffda7c commit cbef910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/update.swift
Expand Up @@ -118,7 +118,7 @@ func prepareUpdate(_ listener: ChatListener, _ rooms: [ChatRoom], isAuto: Bool =
}

isUpdating = true
rooms.forEach {$0.postMessage("Installing update...")}
rooms.forEach {$0.postMessage("Installing update..."); sleep(1)}
listener.stop(.update)
return true
}
Expand Down

0 comments on commit cbef910

Please sign in to comment.