Skip to content

Commit 66f5a34

Browse files
author
Fatme
authored
Fix lint error
1 parent cbf2ca0 commit 66f5a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/platform-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ export class PlatformService extends EventEmitter implements IPlatformService {
794794
}
795795

796796
if (packages.length > 1) {
797-
this.$logger.warn(`More than one ${packageExtName} found in ${buildOutputPath} directory. Using the last one produced from build.`)
797+
this.$logger.warn(`More than one ${packageExtName} found in ${buildOutputPath} directory. Using the last one produced from build.`);
798798
}
799799

800800
packages = _.sortBy(packages, pkg => pkg.time).reverse(); // We need to reverse because sortBy always sorts in ascending order

0 commit comments

Comments
 (0)