snyk 1.895.0 → 1.896.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.
@@ -4854,7 +4854,7 @@ function isLocalCodeEngine(sastSettings) {
4854
4854
  }
4855
4855
  function validateLocalCodeEngineUrl(localCodeEngineUrl) {
4856
4856
  if (localCodeEngineUrl.length === 0) {
4857
- 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');
4857
+ throw new errors_1.MissingConfigurationError('Snyk Code Local Engine. Refer to our docs on https://docs.snyk.io/products/snyk-code/deployment-options/snyk-code-local-engine/cli-and-ide to learn more');
4858
4858
  }
4859
4859
  }
4860
4860