Merge pull request #1851 from bas-vk/historyfile

console/history respect datadir
This commit is contained in:
Jeffrey Wilcke
2015-10-07 01:51:13 -07:00
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,
)