From 87a354dfc6466ff30a342ff045513bee8ca8a0e0 Mon Sep 17 00:00:00 2001 From: "Ryan P. C. McQuen" Date: Wed, 12 Jun 2019 15:50:29 -0700 Subject: [PATCH] Make default prompt work for Node. Resolves: https://github.com/wuub/SublimeREPL/issues/364 https://github.com/wuub/SublimeREPL/issues/557 --- config/NodeJS/repl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/NodeJS/repl.js b/config/NodeJS/repl.js index fd39e685..cb7717db 100644 --- a/config/NodeJS/repl.js +++ b/config/NodeJS/repl.js @@ -3,7 +3,7 @@ var repl = require('repl'); var rep = repl.start({ - prompt: null, //'> ', + prompt: '> ', source: null, //process.stdin, eval: null, //require('vm').runInThisContext, useGlobal: true, //false