mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
spelling
This commit is contained in:
+1
-1
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user