We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf2ca0 commit 66f5a34Copy full SHA for 66f5a34
lib/services/platform-service.ts
@@ -794,7 +794,7 @@ export class PlatformService extends EventEmitter implements IPlatformService {
794
}
795
796
if (packages.length > 1) {
797
- this.$logger.warn(`More than one ${packageExtName} found in ${buildOutputPath} directory. Using the last one produced from build.`)
+ this.$logger.warn(`More than one ${packageExtName} found in ${buildOutputPath} directory. Using the last one produced from build.`);
798
799
800
packages = _.sortBy(packages, pkg => pkg.time).reverse(); // We need to reverse because sortBy always sorts in ascending order
0 commit comments