Skip to content

Commit e364c9c

Browse files
Copilotfarfromrefug
andcommitted
Improve error message clarity for missing module paths
Co-authored-by: farfromrefug <655344+farfromrefug@users.noreply.github.com>
1 parent 68f409a commit e364c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/services/ios-watch-app-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export class IOSWatchAppService implements IIOSWatchAppService {
278278
this.$logger.trace(`Adding module dependency: ${moduleName} to ${targetName}`);
279279

280280
if (!modulePath || !this.$fs.exists(modulePath)) {
281-
this.$logger.warn(`Module path not found: ${modulePath}`);
281+
this.$logger.warn(`Module path not found, skipping module: ${modulePath}`);
282282
return;
283283
}
284284

0 commit comments

Comments
 (0)