@dereekb/dbx-core 13.10.8 → 13.10.9
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.
|
@@ -8410,7 +8410,7 @@ class DbxInjectionContextDirective {
|
|
|
8410
8410
|
this._currentPromise = undefined;
|
|
8411
8411
|
}
|
|
8412
8412
|
if (error != null) {
|
|
8413
|
-
|
|
8413
|
+
throw error instanceof Error ? error : new Error(String(error));
|
|
8414
8414
|
}
|
|
8415
8415
|
return result;
|
|
8416
8416
|
}
|