@jsreport/jsreport-core 3.11.0 → 3.11.1
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/lib/main/reporter.js +1 -0
- package/package.json +1 -1
package/lib/main/reporter.js
CHANGED
|
@@ -378,6 +378,7 @@ class MainReporter extends Reporter {
|
|
|
378
378
|
req.context.id = req.context.rootId
|
|
379
379
|
req.context.reportCounter = ++reportCounter
|
|
380
380
|
req.context.startTimestamp = new Date().getTime()
|
|
381
|
+
req.options = Object.assign({}, req.options)
|
|
381
382
|
|
|
382
383
|
let worker
|
|
383
384
|
let workerAborted
|