Skip to content
Prev Previous commit
Next Next commit
Update doc/api/cli.md
Co-authored-by: Chengzhong Wu <[email protected]>
  • Loading branch information
haramj and legendecas authored Jul 16, 2025
commit 384830f6c96d50c59d9de5293d4bdab02892c097
2 changes: 1 addition & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ For example, the following script will not emit

```mjs
import sys from 'node:sys';
````
```

```cjs
const sys = require('node:sys');
Expand Down
Loading