Skip to content

Commit eb1d28e

Browse files
author
Mihail Slavchev
committed
fix message formatting
1 parent 2c8b695 commit eb1d28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-project-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class IOSProjectService implements IPlatformProjectService {
212212
return (() => {
213213
var modulemapPath = path.join(libraryPath, "Modules", "module.modulemap");
214214
if (!this.$fs.exists(modulemapPath).wait()) {
215-
this.$errors.failWithoutHelp("The framework at %s does not contain a module.modulemap file.");
215+
this.$errors.failWithoutHelp("The framework at %s does not contain a module.modulemap file.", modulemapPath);
216216
}
217217

218218
var modulemap = this.$fs.readText(modulemapPath).wait();

0 commit comments

Comments
 (0)