Skip to content

Commit d29701f

Browse files
clydinKeen Yee Liau
authored andcommitted
fix(@angular-devkit/core): allow stat on record host
1 parent 432fe97 commit d29701f

File tree

1 file changed

+0
-5
lines changed
  • packages/angular_devkit/core/src/virtual-fs/host

1 file changed

+0
-5
lines changed

packages/angular_devkit/core/src/virtual-fs/host/record.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,6 @@ export class CordHost extends SimpleMemoryHost {
366366
: ((this.willDelete(path) || this.willRename(path)) ? of(false) : this._back.isFile(path));
367367
}
368368

369-
stat(path: Path) {
370-
// TODO: stat should be possible to implement, at least from memory.
371-
return null;
372-
}
373-
374369
watch(path: Path, options?: HostWatchOptions) {
375370
// Watching not supported.
376371
return null;

0 commit comments

Comments
 (0)