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 4a0368d commit 5eaf7bcCopy full SHA for 5eaf7bc
1 file changed
packages/otlp-importer/scripts/submodule.mjs
@@ -5,7 +5,7 @@ try {
5
await execPromise("git --version");
6
} catch (error) {
7
console.error("Git not installed or missing from PATH.");
8
- process.exit(1);
+ process.exit(0);
9
}
10
11
// submodule sync
0 commit comments