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.
1 parent 09a20f3 commit 5333eecCopy full SHA for 5333eec
src/engines/libjs.js
@@ -62,7 +62,6 @@ class LibJSInstaller extends Installer {
62
}
63
64
async install() {
65
- await this.registerAssets('lib/**');
66
const js = await this.registerAsset('bin/js');
67
this.binPath = await this.registerScript('ladybird-js', `"${js}"`);
68
0 commit comments