mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Set module's filename to path of html.
The relative require relies on module.filename to work as expected.
This commit is contained in:
@@ -46,6 +46,9 @@ if window.location.protocol is 'file:'
|
||||
window.location.pathname
|
||||
global.__dirname = path.dirname global.__filename
|
||||
|
||||
# Set module's filename so relative require can work as expected.
|
||||
module.filename = global.__filename
|
||||
|
||||
# Also search for module under the html file.
|
||||
module.paths = module.paths.concat Module._nodeModulePaths(global.__dirname)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user