@salesforce/lds-utils-adapters 1.320.0 → 1.322.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.
- package/dist/ldsAdapterUtils.js +2 -2
- package/package.json +1 -1
package/dist/ldsAdapterUtils.js
CHANGED
|
@@ -356,7 +356,7 @@ class AsyncWorkerPool {
|
|
|
356
356
|
try {
|
|
357
357
|
cancelFn();
|
|
358
358
|
}
|
|
359
|
-
catch
|
|
359
|
+
catch {
|
|
360
360
|
success = false;
|
|
361
361
|
}
|
|
362
362
|
}
|
|
@@ -368,7 +368,7 @@ class AsyncWorkerPool {
|
|
|
368
368
|
try {
|
|
369
369
|
cancelFn();
|
|
370
370
|
}
|
|
371
|
-
catch
|
|
371
|
+
catch {
|
|
372
372
|
success = false;
|
|
373
373
|
}
|
|
374
374
|
}
|