We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802783d commit 65bccd5Copy full SHA for 65bccd5
test/parallel/test-repl-persistent-history.js
@@ -58,7 +58,7 @@ const replDisabled = '\nPersistent history support disabled. Set the ' +
58
'user-writable path to enable.\n';
59
const convertMsg = '\nConverting old JSON repl history to line-separated ' +
60
'history.\nThe new repl history file can be found at ' +
61
- path.join(common.tmpDir, '.node_repl_history') + '.\n';
+ `${path.join(common.tmpDir, '.node_repl_history')}.\n`;
62
const homedirErr = '\nError: Could not get the home directory.\n' +
63
'REPL session history will not be persisted.\n';
64
const replFailedRead = '\nError: Could not open history file.\n' +
0 commit comments