|
@@ -52,9 +52,6 @@ export function queueJob(job: SchedulerJob) {
|
|
|
)) &&
|
|
)) &&
|
|
|
job !== currentPreFlushParentJob
|
|
job !== currentPreFlushParentJob
|
|
|
) {
|
|
) {
|
|
|
- if (job.id && job.id > 0) {
|
|
|
|
|
- debugger
|
|
|
|
|
- }
|
|
|
|
|
queue.push(job)
|
|
queue.push(job)
|
|
|
if ((job.id as number) < 0) hasPendingPreFlushJobs = true
|
|
if ((job.id as number) < 0) hasPendingPreFlushJobs = true
|
|
|
queueFlush()
|
|
queueFlush()
|