Skip to content

Commit

Permalink
fix: create hooks map upon loading dash cache file
Browse files Browse the repository at this point in the history
  • Loading branch information
solvedDev committed Nov 18, 2022
1 parent 06181aa commit 4741b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/IncludedFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export class IncludedFiles {
file.setAliases(new Set(sFile.aliases))
file.setRequiredFiles(new Set(sFile.requiredFiles))
file.setMetadata(sFile.metadata)
file.createImplementedHooksMap()
files.push(file)

for (const alias of sFile.aliases) {
Expand Down

0 comments on commit 4741b92

Please sign in to comment.