Skip to content

Commit 3dabf6d

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9681a3a commit 3dabf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/licenseUtility.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { Attachment } from '../models/attachment'
2828
* In addition, we use type-vars for all PathLikes, so downstream users can utilize their implementations accordingly.
2929
*/
3030

31-
export interface FsUtils<P extends string = string> {
31+
export interface FsUtils<P extends string> {
3232
readdirSync: (path: P ) => P[]
3333
readFileSync: (path: P) => Buffer
3434
statSync: (path: P) => NATIVE_FS.Stats

0 commit comments

Comments
 (0)