将rxjs 6.4.0更新为6.5.2代码后,在switchMap中出现错误
$source.pipe(
switchMap((workspaceTree: any) => {
return runner.runExternalSchematicAsync('@schematics/angular', 'application',
{...appOptions, name: 'my-app'}, workspaceTree)
})
).subscribe()
也许有人知道发生了什么变化?