This commit is contained in:
David Lechner
2022-05-18 18:21:01 -05:00
parent d02e38795b
commit 057ba4bab9
+1 -1
View File
@@ -160,7 +160,7 @@ function* handleEditorActivateFile(
const file = openFiles.get(action.fileName);
// istanbul ignore if: this should alway be available after editorDidOpenFile
// istanbul ignore if: this should always be available after editorDidOpenFile
if (file === undefined) {
throw new Error('bug: could not get file from openFiles');
}