mirror of
https://github.com/atom/atom.git
synced 2026-02-13 08:04:56 -05:00
Fix typo
This commit is contained in:
@@ -117,7 +117,7 @@ class PackageTranspilationRegistry {
|
||||
|
||||
if (transpiler && transpiler.getCacheKeyData) {
|
||||
const meta = this.getMetadata(spec)
|
||||
const additionalCacheData = transpiler.getCacheKeyData(sourceCode, filePath, spec.options, meta)
|
||||
const additionalCacheData = transpiler.getCacheKeyData(sourceCode, filePath, spec.options || {}, meta)
|
||||
hash.update(additionalCacheData, 'utf8')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user