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 19c6677 commit bc94569Copy full SHA for bc94569
src/OpenTelemetry.SemanticConventions/scripts/generate.ps1
@@ -7,7 +7,7 @@ $GENERATOR_VERSION = "v0.9.2"
7
8
Set-Location $SCRIPT_DIR
9
10
-Remove-Item -r -fo semantic-conventions
+Remove-Item -r -fo -ErrorAction SilentlyContinue semantic-conventions
11
mkdir semantic-conventions
12
Set-Location semantic-conventions
13
0 commit comments