Skip to content

Commit ce1064e

Browse files
committed
Merge pull request #1450 from NativeScript/jasssonpet/typo
Typo
2 parents 5e70b96 + c5d5112 commit ce1064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-debug-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class IOSDebugService implements IDebugService {
157157
return this.openDebuggingClient(fileDescriptor);
158158
} else {
159159
return (() => {
160-
this.$logger.info("Supressing debugging client.");
160+
this.$logger.info("Suppressing debugging client.");
161161
}).future<void>()();
162162
}
163163
}

0 commit comments

Comments
 (0)