mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Updated dynamic linking for spell-check
This commit is contained in:
@@ -177,6 +177,22 @@ module.exports = function(packagedAppPath) {
|
||||
'glob',
|
||||
'glob.js'
|
||||
) ||
|
||||
requiredModuleRelativePath ===
|
||||
path.join(
|
||||
'..',
|
||||
'node_modules',
|
||||
'spell-check',
|
||||
'lib',
|
||||
'locale-checker.js'
|
||||
) ||
|
||||
requiredModuleRelativePath ===
|
||||
path.join(
|
||||
'..',
|
||||
'node_modules',
|
||||
'spell-check',
|
||||
'lib',
|
||||
'system-checker.js'
|
||||
) ||
|
||||
requiredModuleRelativePath ===
|
||||
path.join(
|
||||
'..',
|
||||
|
||||
Reference in New Issue
Block a user