import.meta.dirname
doesn't include a trailing forward slash
#24278
Labels
bug
Something isn't working correctly
Version: Deno 1.44.4 (release, aarch64-unknown-linux-gnu)
also: Deno 1.44.2 (release, aarch64-apple-darwin)
import.meta.dirname
is expected to include a trailing forward slash according to the docs (/home/alice/
not/home/alice
):deno/cli/tsc/dts/lib.deno.ns.d.ts
Line 53 in 293a36f
but my code:
outputs:
The text was updated successfully, but these errors were encountered: