Skip to content

Commit

Permalink
Merge branch 'main' into chore--map-std
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Aug 4, 2022
2 parents c4756c3 + 3a50954 commit e4cd05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export class ModuleManager {
log.warning(`failed to load ${spec} from ${path}: ${err}`);
}
}
log.info(`loaded ${loaded} out of ${all} modules from ${path}`);
log.info(`loaded ${loaded} of ${all} modules from ${path}`);
return modules;
}
}

0 comments on commit e4cd05e

Please sign in to comment.