Skip to content

Commit fb54318

Browse files
timfishcoolguyzone
andauthored
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 42a8cb1 commit fb54318

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/javascript/common/install

1 file changed

+2
-2
lines changed

docs/platforms/javascript/common/install/esm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ SyntaxError: The requested module '...' does not provide an export named '...'
6363
(node:3368) Error: 'import-in-the-middle' failed to wrap 'file://../../path/to/file.js'
6464
```
6565

66-
You can confirm that these errors are caused by `import-in-the-middle` by
67-
disabling it by setting `registerEsmLoaderHooks` to false. Note, this will also
66+
To confirm that these errors are caused by `import-in-the-middle`,
67+
disable it by setting `registerEsmLoaderHooks` to false. Note, this will also
6868
disable tracing instrumentation:
6969

7070
```javascript {tabTitle:ESM} {filename: instrument.mjs} {4}

0 commit comments

Comments
 (0)