snyk 1.830.0 → 1.831.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5038,7 +5038,7 @@ function isLocalCodeEngine(sastSettings) {
5038
5038
  }
5039
5039
  function validateLocalCodeEngineUrl(localCodeEngineUrl) {
5040
5040
  if (localCodeEngineUrl.length === 0) {
5041
- throw new errors_1.MissingConfigurationError('Local Code Engine');
5041
+ throw new errors_1.MissingConfigurationError('Snyk Code Local Engine. Refer to our docs to learn more: https://docs.snyk.io/products/snyk-code/deployment-options/snyk-code-local-engine/cli-and-ide');
5042
5042
  }
5043
5043
  }
5044
5044