From 31da68db49d95d8863f34392adf604df538d8cd5 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 10 Feb 2018 09:32:19 -0800 Subject: fix docs --- main/src/mill/main/ReplApplyHandler.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/src/mill/main/ReplApplyHandler.scala b/main/src/mill/main/ReplApplyHandler.scala index 76ef354f..eac0c7f0 100644 --- a/main/src/mill/main/ReplApplyHandler.scala +++ b/main/src/mill/main/ReplApplyHandler.scala @@ -78,8 +78,8 @@ object ReplApplyHandler{ } pprint.Tree.Lazy(ctx => Iterator( - t.toString, "(", t.ctx.fileName, ":", t.ctx.lineNum.toString, ")", - t.ctx.lineNum.toString, "\n", ctx.applyPrefixColor("Inputs:").toString + t.toString, "(", t.ctx.fileName.split('/').last, ":", t.ctx.lineNum.toString, ")", + "\n", ctx.applyPrefixColor("Inputs:").toString ) ++ t.inputs.iterator.flatMap(rec).map("\n " + _.render) ) } -- cgit v1.2.3