Updated dynamic linking for spell-check

This commit is contained in:
Dylan R. E. Moonfire
2020-02-12 12:13:58 -06:00
parent f4b6941134
commit df52109903

View File

@@ -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(
'..',