• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2const common = require('../common');
3
4const repl = require('repl');
5const r = repl.start({ terminal: false });
6r.setupHistory('/nonexistent/file', common.mustSucceed());
7process.stdin.unref?.();
8