mirror of
https://github.com/atom/atom.git
synced 2026-01-21 04:48:12 -05:00
💄
This commit is contained in:
@@ -46,7 +46,7 @@ describe 'ModuleCache', ->
|
||||
|
||||
indexPath = path.join(packagePath, 'index.js')
|
||||
fs.writeFileSync indexPath, """
|
||||
exports.load = function() {require('underscore-plus');};
|
||||
exports.load = function() { require('underscore-plus'); };
|
||||
"""
|
||||
|
||||
packageMain = require(indexPath)
|
||||
|
||||
Reference in New Issue
Block a user