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

Commit c09aaf0

Browse files
committed
fix contextual loader trace bug
1 parent 4f23167 commit c09aaf0

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
@@ -349,7 +349,7 @@ function registerDeclarative (loader, load, link, declare) {
349349
locked = false;
350350

351351
return value;
352-
}, new ContextualLoader(loader, load));
352+
}, new ContextualLoader(loader, load.key));
353353

354354
link.setters = declared.setters;
355355
link.execute = declared.execute;

0 commit comments

Comments
 (0)