提交 43d43316 编写于 作者: A aarzilli 提交者: Derek Parker

terminal: increase default maximum depth of stack command

上级 4e9ba9a7
......@@ -1366,7 +1366,7 @@ type stackArgs struct {
func parseStackArgs(argstr string) (stackArgs, error) {
r := stackArgs{
depth: 10,
depth: 50,
full: false,
}
if argstr != "" {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册