1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-04 01:57:54 +00:00

A policy change trial: let the person above deal with any error.

This commit is contained in:
Thomas Harte 2016-09-18 21:18:41 -04:00
parent 0ce901bd48
commit fbcb59d47a

View File

@ -21,6 +21,6 @@ class DocumentController: NSDocumentController {
}
}
return try! super.makeDocument(withContentsOf: url, ofType: typeName)
return try super.makeDocument(withContentsOf: url, ofType: typeName)
}
}