Skip to content

Commit

Permalink
chore: outdated print copied from aurelia-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp authored May 7, 2024
1 parent bdd8eb3 commit efb8d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stub-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = function(moduleId, resolve) {
}

if (moduleId === 'sys') {
warn('core Node.js module "sys" is deprecated, the stub is disabled in CLI bundler due to conflicts with "util"');
warn('core Node.js module "sys" is deprecated, the stub is disabled in dumber bundler due to conflicts with "util"');
return EMPTY_MODULE;
}

Expand Down

0 comments on commit efb8d3f

Please sign in to comment.