File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/angular_devkit/build_angular/src/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8- import { BuildEvent } from '@angular-devkit/architect' ;
8+ import { BuilderOutput } from '@angular-devkit/architect' ;
99import { ForkOptions , fork } from 'child_process' ;
1010import { resolve } from 'path' ;
1111import { Observable } from 'rxjs' ;
@@ -18,7 +18,7 @@ export function runModuleAsObservableFork(
1818 exportName : string | undefined ,
1919 // tslint:disable-next-line:no-any
2020 args : any [ ] ,
21- ) : Observable < BuildEvent > {
21+ ) : Observable < BuilderOutput > {
2222 return new Observable ( obs => {
2323 const workerPath : string = resolve ( __dirname , './run-module-worker.js' ) ;
2424
You can’t perform that action at this time.
0 commit comments