Skip to content

Commit

Permalink
decode exe path
Browse files Browse the repository at this point in the history
  • Loading branch information
abihf committed Mar 10, 2022
1 parent fba4273 commit d420c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const exefile = new URL("./depgraph", import.meta.url).pathname;
export const exefile = decodeURI(new URL("./depgraph", import.meta.url).pathname);

0 comments on commit d420c4c

Please sign in to comment.