We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df1280 commit ed45f1bCopy full SHA for ed45f1b
1 file changed
util/toMDTree.yaml
@@ -58,7 +58,7 @@ jobs:
58
}
59
60
61
- if (isUnDef(args.path)) data = $path(data, args.path)
+ if (isDef(args.path)) data = $path(data, args.path)
62
63
var out = "````yaml\n" + printTree(data, args.width).replace(/\033\[[0-9;]*m/g, "") + "\n````\n"
64
0 commit comments