We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765ddb7 commit a5f592fCopy full SHA for a5f592f
cmd/oam_viz/main.go
@@ -165,6 +165,9 @@ func main() {
165
nodes, edges := viz.VizData(args.Domains.Slice(), start, db)
166
// Get the directory to save the files into
167
dir := args.Filepaths.Directory
168
+ if pwd, err := os.Getwd(); err == nil {
169
+ dir = pwd
170
+ }
171
172
// Set output file prefix, use 'amass' if '-oA' flag is not specified
173
prefix := args.Filepaths.AllFilePrefix
0 commit comments