Skip to content

Commit

Permalink
fix(server/daemon): enable position output
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Mar 26, 2024
1 parent db0861b commit 8d1493e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/daemon/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ func NewServer() *Server {
helpers.NewSharedFS(),
},
},
IsTesting: true,
SharedStore: errgoengine.NewEmptyStore(),
OutputGen: &errgoengine.OutputGenerator{},
},
Expand Down

0 comments on commit 8d1493e

Please sign in to comment.