We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cannot find module "@flex-development/pathe"
1 parent 5bc5098 commit 78f0c70Copy full SHA for 78f0c70
src/errors/err-invalid-package-target.ts
@@ -11,7 +11,6 @@ import type {
11
NodeErrorConstructor,
12
Stringifiable
13
} from '#src/interfaces'
14
-import { sep } from '@flex-development/pathe'
15
import { DOT } from '@flex-development/tutils'
16
import { ok } from 'devlop'
17
@@ -150,7 +149,7 @@ const ERR_INVALID_PACKAGE_TARGET: ErrInvalidPackageTargetConstructor = E(
150
149
}
151
152
if (base !== null) message += ` imported from ${String(base)}`
153
- if (relativeError) message += `; targets must start with "${DOT}${sep}"`
+ if (relativeError) message += `; targets must start with "${DOT}/"`
154
155
return message
156
0 commit comments