Skip to content

Commit

Permalink
fix: remove assertion that fails on windows (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 21, 2023
1 parent e16c585 commit b9d7d0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion telefunc/utils/isTelefuncFilePath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ import { assert } from './assert'

function isTelefuncFilePath(filePath: string): boolean {
assertPosixPath(filePath)
assert(filePath.startsWith('/'))
return filePath.includes('.telefunc.')
}

0 comments on commit b9d7d0c

Please sign in to comment.