Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit bde6320

Browse files
committed
fix depMap resolved value
1 parent 0846032 commit bde6320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/register-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ function resolveInstantiateDep (loader, key, parentKey, registry, state, traceDe
263263
return loader.resolve(key, parentKey)
264264
.then(function (resolvedKey) {
265265
if (traceDepMap)
266-
traceDepMap[key] = key;
266+
traceDepMap[key] = resolvedKey;
267267

268268
// normalization shortpaths for already-normalized key
269269
var load = state.records[resolvedKey];

0 commit comments

Comments
 (0)