mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Show arch name in profile for _findSources
This commit is contained in:
@@ -1107,7 +1107,7 @@ _.extend(PackageSource.prototype, {
|
||||
// complete list of source files for directories within node_modules.
|
||||
_findSourcesCache: Object.create(null),
|
||||
|
||||
_findSources: Profile("PackageSource#_findSources", function ({
|
||||
_findSources: Profile(({ sourceArch }) => `PackageSource#_findSources for ${sourceArch.arch}`, function ({
|
||||
sourceProcessorSet,
|
||||
watchSet,
|
||||
isApp,
|
||||
|
||||
Reference in New Issue
Block a user