We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6801593 commit c11eb51Copy full SHA for c11eb51
packages/node-core/src/integrations/systemError.ts
@@ -30,7 +30,7 @@ type Options = {
30
* If true, includes the `path` and `dest` properties in the error context.
31
*/
32
includePaths?: boolean;
33
-}
+};
34
35
/**
36
* Captures context for Node.js SystemError errors.
0 commit comments