Skip to content

Commit

Permalink
log init path
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ratier committed Feb 8, 2024
1 parent 4503978 commit 903445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/mocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (s *mocks) NewSession(name string) *types.Session {
defer s.mu.Unlock()

if s.initFilePath != "" {
fmt.Printf("Init\n\n")
fmt.Printf("Init\n\ns.initFilePath: %s\n", s.initFilePath)

initMocks, err := s.GetMocksFromInitializationFile(s.initFilePath)
if err != nil {
Expand Down

0 comments on commit 903445f

Please sign in to comment.