Skip to content

Commit

Permalink
fix: remove message to fix json output
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Feb 3, 2025
1 parent c41896e commit b4eecba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/phplint/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ func findPHPWasmFile(ctx context.Context, phpVersion string) ([]byte, error) {
expectedPathLocation := path.Join(system.GetShopwareCliCacheDir(), "wasm", "php", expectedFile)

if _, err := os.Stat(expectedPathLocation); err == nil {
logging.FromContext(ctx).Infof("Using existing PHP %s wasm build from %s", phpVersion, expectedPathLocation)
return os.ReadFile(expectedPathLocation)
}

Expand Down

0 comments on commit b4eecba

Please sign in to comment.