Skip to content

Commit 3b3ce49

Browse files
author
Greg Van Liew
authored
Merge pull request #5610 from felipecrs/patch-2
Fix sentence about using Node.js APIs in web
2 parents 5ae7394 + 82bb1c8 commit 3b3ce49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/v1_71.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export default function init(modules: { typescript: typeof import("typescript/li
427427
};
428428
```
429429

430-
Keep in mind that on web, your plugin will be running in a normal web worker environment, so you can use Node.js APIs such as `fs`.
430+
Keep in mind that on web, your plugin will be running in a normal web worker environment, so you can **not** use Node.js APIs such as `fs`.
431431

432432
### Disabled tree items
433433

0 commit comments

Comments
 (0)