fixed windows ipc path issue

This commit is contained in:
Bas van Kervel
2015-06-12 09:32:37 +02:00
parent 22080e1fdd
commit 359e6414e5
4 changed files with 27 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ func main() {
func run(ctx *cli.Context) {
jspath := ctx.GlobalString(utils.JSpathFlag.Name)
ipcpath := ctx.GlobalString(utils.IPCPathFlag.Name)
ipcpath := utils.IpcSocketPath(ctx)
repl := newJSRE(jspath, ipcpath)
repl.welcome(ipcpath)