Skip to content

Commit 430200b

Browse files
Update to latest common
1 parent 34214c9 commit 430200b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/stubs.ts

+2
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ export class FileSystemStub implements IFileSystem {
169169
}
170170

171171
deleteEmptyParents(directory: string): void { }
172+
173+
utimes(path: string, atime: Date, mtime: Date): void { }
172174
}
173175

174176
export class ErrorsStub implements IErrors {

0 commit comments

Comments
 (0)