Revert "Deprecate the suppressLoadErrors option"

jasmine-npm still needs this to enable the default behavior of crashing
with a stack trace on load errors.

This reverts commit 99e350ac85.
This commit is contained in:
Steve Gravrock
2024-03-21 09:34:26 -07:00
parent 1504f25ced
commit 6941bde7e2
4 changed files with 0 additions and 42 deletions

View File

@@ -518,14 +518,6 @@ getJasmineRequireObj().Env = function(j$) {
* @return {Promise<JasmineDoneInfo>}
*/
this.execute = async function(runablesToRun) {
if (options.suppressLoadErrors) {
this.deprecated(
'The suppressLoadErrors option is deprecated and will be removed ' +
'in a future release.',
{ ignoreRunnable: true, omitStackTrace: true }
);
}
installGlobalErrors();
if (parallelLoadingState) {