mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
A policy change trial: let the person above deal with any error.
This commit is contained in:
parent
0ce901bd48
commit
fbcb59d47a
@ -21,6 +21,6 @@ class DocumentController: NSDocumentController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return try! super.makeDocument(withContentsOf: url, ofType: typeName)
|
return try super.makeDocument(withContentsOf: url, ofType: typeName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user