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 f134750 commit c5d5112Copy full SHA for c5d5112
lib/services/ios-debug-service.ts
@@ -157,7 +157,7 @@ class IOSDebugService implements IDebugService {
157
return this.openDebuggingClient(fileDescriptor);
158
} else {
159
return (() => {
160
- this.$logger.info("Supressing debugging client.");
+ this.$logger.info("Suppressing debugging client.");
161
}).future<void>()();
162
}
163
0 commit comments