Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 1415e6c

Browse files
committed
Fixes #58
1 parent 99f6a79 commit 1415e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GlyphHanger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class GlyphHanger {
148148
});
149149

150150
await page.addScriptTag({
151-
path: path.resolve(__dirname, "../node_modules/characterset/lib/characterset.js")
151+
path: require.resolve("characterset")
152152
});
153153

154154
await page.addScriptTag({

0 commit comments

Comments
 (0)