console/history respect datadir

This commit is contained in:
Bas van Kervel
2015-09-25 13:08:48 +02:00
parent 69d86442a5
commit 8636f0e1c3
2 changed files with 7 additions and 11 deletions

View File

@ -429,6 +429,7 @@ func attach(ctx *cli.Context) {
repl := newLightweightJSRE(
ctx.GlobalString(utils.JSpathFlag.Name),
client,
ctx.GlobalString(utils.DataDirFlag.Name),
true,
)