We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd554da commit b336aa1Copy full SHA for b336aa1
lib/internal/repl/history.js
@@ -55,7 +55,7 @@ function setupHistory(repl, historyPath, ready) {
55
}
56
57
if (permission.isEnabled() && permission.has('fs.write', historyPath) === false) {
58
- _writeToOutput(repl, '\nAccess to FileSystemOut is restricted.\n' +
+ _writeToOutput(repl, '\nAccess to FileSystemWrite is restricted.\n' +
59
'REPL session history will not be persisted.\n');
60
return ready(null, repl);
61
0 commit comments