add results from rebuilding

This commit is contained in:
E. Lynette Rayle
2025-05-28 22:18:35 +00:00
parent 4d284b90be
commit 343ae9cc50
2 changed files with 4 additions and 2 deletions

4
dist/index.js generated vendored
View File

@@ -106,7 +106,9 @@ function main() {
version: '0.0.1'
};
}
else if (detectorName === '' || detectorUrl === '' || detectorVersion === '') {
else if (detectorName === '' ||
detectorUrl === '' ||
detectorVersion === '') {
// if any of detectorName, detectorUrl, or detectorVersion have value, then they are all required
throw new Error("Invalid input: if any of 'detector-name', 'detector-url', or 'detector-version' have value, then thay are all required.");
}

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long