Closed brad-larson closed 7 years ago
The previous command required you to run node debug rostpen, and then continue followed by repl.
node debug rostpen
continue
repl
This simplifies the rostpen repl, by allowing you to just run:
node rostpen
Locally
Type of change:
What changed? ... and Why:
The previous command required you to run
node debug rostpen
, and thencontinue
followed byrepl
.This simplifies the rostpen repl, by allowing you to just run:
How has it been tested:
Locally