We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f18cc3 commit 96bb705Copy full SHA for 96bb705
1 file changed
extensions/ql-vscode/src/pure/files.ts
@@ -109,7 +109,10 @@ export async function* walkDirectory(
109
}
110
111
/**
112
- * Error thrown from methods from the 'fs' module.
+ * Error thrown from methods from the `fs` module.
113
+ *
114
+ * In practice, any error matching this is likely an instance of `NodeJS.ErrnoException`.
115
+ * If desired in the future, we could model more fields or use `NodeJS.ErrnoException` directly.
116
*/
117
export interface IOError {
118
readonly code: string;
0 commit comments