Skip to content

Commit

Permalink
Update project.package.service.js
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Dec 12, 2024
1 parent 1ca6bba commit b669519
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ module.exports = {
async handler(){
const settings = this.settings;
const packages = settings.STEEDOS_INITIAL_PACKAGES;
console.log('install initial packages: ', STEEDOS_INITIAL_PACKAGES);
console.log('install initial packages: ', packages);
if(_.isString(packages) && packages){
for (const packageName of packages.split(',')) {
try {
Expand Down

0 comments on commit b669519

Please sign in to comment.