Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
linter...
  • Loading branch information
bmeck authored Jul 15, 2020
commit b116249615dec517d9b9160d2c4dcdd119d32071
2 changes: 1 addition & 1 deletion lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const {

const history = require('internal/repl/history');
let nextREPLResourceNumber = 1;
// this prevents v8 code cache from getting confused and using a different
// This prevents v8 code cache from getting confused and using a different
// cache from a resource of the same name
function getREPLResourceName() {
Comment thread
bmeck marked this conversation as resolved.
return `REPL${nextREPLResourceNumber++}`;
Expand Down