remuslazar / osx-xliff-tool

OS X Application for editing XLIFF files generated by Xcode
77 stars 20 forks source link

BUGFIX: don't crash on exit (the document is nil momentarily) #11

Closed SimplGy closed 8 years ago

SimplGy commented 8 years ago

Resolves #10. I think when you quit the document is momentarily nil, and there's no reason to expand items in that case, so just using optional chaining solves it.