[update]
This commit is contained in:
5
test_src/index.mjs
Normal file
5
test_src/index.mjs
Normal file
@@ -0,0 +1,5 @@
|
||||
import {readFile} from 'node:fs'
|
||||
|
||||
readFile('a',(err)=>{
|
||||
if(err){return;}
|
||||
})
|
Reference in New Issue
Block a user