mirror of
https://github.com/atom/atom.git
synced 2026-01-20 20:38:09 -05:00
Use right require path
This commit is contained in:
committed by
Kevin Sawicki
parent
0a297d7642
commit
d877872c71
@@ -18,7 +18,7 @@ window.onload = function() {
|
||||
require('coffee-script').register();
|
||||
require(path.resolve(__dirname, '..', 'src', 'coffee-cache')).register();
|
||||
|
||||
ModuleCache = require('./module-cache');
|
||||
ModuleCache = require(path.resolve(__dirname, '..', 'src', 'module-cache'));
|
||||
ModuleCache.add(loadSettings.resourcePath);
|
||||
ModuleCache.register();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user