mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Un-exclude nsfw
This commit is contained in:
@@ -28,7 +28,6 @@ module.exports = function (packagedAppPath) {
|
||||
coreModules.has(modulePath) ||
|
||||
(relativePath.startsWith(path.join('..', 'src')) && relativePath.endsWith('-element.js')) ||
|
||||
relativePath.startsWith(path.join('..', 'node_modules', 'dugite')) ||
|
||||
relativePath.startsWith(path.join('..', 'node_modules', 'nsfw')) ||
|
||||
relativePath === path.join('..', 'exports', 'atom.js') ||
|
||||
relativePath === path.join('..', 'src', 'electron-shims.js') ||
|
||||
relativePath === path.join('..', 'src', 'safe-clipboard.js') ||
|
||||
|
||||
Reference in New Issue
Block a user