Exit process on request (#35)
This commit is contained in:
parent
059666edbe
commit
879182c1c5
|
@ -5,6 +5,8 @@ var recorder: Recorder!
|
|||
|
||||
func quit(_: Int32) {
|
||||
recorder.stop()
|
||||
// See https://github.com/wulkano/aperture/pull/35 for more info
|
||||
exit(0)
|
||||
}
|
||||
|
||||
func record() throws {
|
||||
|
|
Loading…
Reference in New Issue