Skip to content

Commit

Permalink
Update lib/repl.js
Browse files Browse the repository at this point in the history
Co-authored-by: ExE Boss <3889017+ExE-Boss@users.noreply.github.com>
  • Loading branch information
Lxxyx and ExE-Boss committed Jan 24, 2021
1 parent 36e1f51 commit af07820
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ const {
} = require('internal/errors');
const { sendInspectorCommand } = require('internal/util/inspector');
const { getOptionValue } = require('internal/options');
const { validateObject } = require('internal/validators');
const {
validateObject,
} = require('internal/validators');

const experimentalREPLAwait = getOptionValue(
'--experimental-repl-await'
Expand Down

0 comments on commit af07820

Please sign in to comment.