electron/spec-main/fixtures/apps/self-module-paths/package.json
Shelley Vohr af991123f1
fix: self.module.paths not working in web workers (#29955)
* fix: global.module.paths in workers

* spec: add a regression test
2021-07-05 08:48:46 +09:00

4 lines
69 B
JSON

{
"name": "electron-test-self-module-paths",
"main": "main.js"
}