Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 7e0fd99

Browse files
author
Jan Krems
committed
feat: Add r shortcut for run
1 parent 27949f3 commit 7e0fd99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/internal/inspect-repl.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ const SHORTCUTS = {
3737
backtrace: 'bt',
3838
setBreakpoint: 'sb',
3939
clearBreakpoint: 'cb',
40-
// pause_: 'pause',
41-
// run: 'r',
40+
run: 'r',
4241
};
4342

4443
function getRelativePath(filename) {

0 commit comments

Comments
 (0)