File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import {
23
23
} from "../utils/feedback"
24
24
const buildUtils = require ( `../commands/build-utils` )
25
25
const { boundActionCreators } = require ( `../redux/actions` )
26
- import { waitUntilAllJobsComplete } from "../utils/commands/ jobs-manager "
26
+ import { waitUntilAllJobsComplete } from "../utils/wait-until- jobs-complete "
27
27
28
28
let cachedPageData
29
29
let cachedWebpackCompilationHash
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ import {
52
52
reportWebpackWarnings ,
53
53
structureWebpackErrors ,
54
54
} from "../utils/webpack-error-utils"
55
- import { waitUntilAllJobsComplete } from "../utils/commands/ jobs-manager "
55
+ import { waitUntilAllJobsComplete } from "../utils/wait-until- jobs-complete "
56
56
import {
57
57
userPassesFeedbackRequestHeuristic ,
58
58
showFeedbackRequest ,
Original file line number Diff line number Diff line change 1
- import { emitter , store } from "../../ redux"
1
+ import { emitter , store } from "../redux"
2
2
3
- import { waitUntilAllJobsComplete as waitUntilAllJobsV2Complete } from ".. /jobs-manager"
3
+ import { waitUntilAllJobsComplete as waitUntilAllJobsV2Complete } from "./jobs-manager"
4
4
5
5
export const waitUntilAllJobsComplete = ( ) : Promise < void > => {
6
6
const jobsV1Promise = new Promise ( resolve => {
You can’t perform that action at this time.
0 commit comments