diff --git a/OSBindings/Mac/Clock Signal/Document Controller/DocumentController.swift b/OSBindings/Mac/Clock Signal/Document Controller/DocumentController.swift index 4625bdc50..b2c7d2e18 100644 --- a/OSBindings/Mac/Clock Signal/Document Controller/DocumentController.swift +++ b/OSBindings/Mac/Clock Signal/Document Controller/DocumentController.swift @@ -21,6 +21,6 @@ class DocumentController: NSDocumentController { } } - return try! super.makeDocument(withContentsOf: url, ofType: typeName) + return try super.makeDocument(withContentsOf: url, ofType: typeName) } }