We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报错提示 [error] [pid 75044]stderr: internal/fs/utils.js:307 throw err; ^
Error: EROFS: read-only file system, open '/whistle.log' at Object.openSync (fs.js:476:3) at Object.writeFileSync (fs.js:1467:35) at process. (/Users/xxx/Library/Application Support/LightProxy/files/node/node_modules/whistle/lib/index.js:206:8) at process.emit (events.js:315:20) at process._fatalException (internal/process/execution.js:163:25) { errno: -30, syscall: 'open', code: 'EROFS', path: '/whistle.log' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
报错提示
[error] [pid 75044]stderr: internal/fs/utils.js:307
throw err;
^
Error: EROFS: read-only file system, open '/whistle.log'
at Object.openSync (fs.js:476:3)
at Object.writeFileSync (fs.js:1467:35)
at process. (/Users/xxx/Library/Application Support/LightProxy/files/node/node_modules/whistle/lib/index.js:206:8)
at process.emit (events.js:315:20)
at process._fatalException (internal/process/execution.js:163:25) {
errno: -30,
syscall: 'open',
code: 'EROFS',
path: '/whistle.log'
}
The text was updated successfully, but these errors were encountered: