From efb8d3f0b25e5780fad9f6a2b9b033d0b581aa23 Mon Sep 17 00:00:00 2001 From: Chunpeng Huo Date: Tue, 7 May 2024 20:50:13 +1000 Subject: [PATCH] chore: outdated print copied from aurelia-cli --- lib/stub-module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stub-module.js b/lib/stub-module.js index 1369df2..e0f40d7 100644 --- a/lib/stub-module.js +++ b/lib/stub-module.js @@ -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; }