mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Exclude fuzzy-native from the v8 snapshot
This commit is contained in:
@@ -64,7 +64,8 @@ module.exports = function (packagedAppPath) {
|
||||
requiredModuleRelativePath === path.join('..', 'node_modules', 'tmp', 'lib', 'tmp.js') ||
|
||||
requiredModuleRelativePath === path.join('..', 'node_modules', 'tree-sitter', 'index.js') ||
|
||||
requiredModuleRelativePath === path.join('..', 'node_modules', 'yauzl', 'index.js') ||
|
||||
requiredModuleRelativePath === path.join('..', 'node_modules', 'winreg', 'lib', 'registry.js')
|
||||
requiredModuleRelativePath === path.join('..', 'node_modules', 'winreg', 'lib', 'registry.js') ||
|
||||
requiredModuleRelativePath === path.join('..', 'node_modules', '@atom', 'fuzzy-native', 'lib', 'main.js')
|
||||
)
|
||||
}
|
||||
}).then(({snapshotScript}) => {
|
||||
|
||||
Reference in New Issue
Block a user