Skip to content

Commit 52a132e

Browse files
committed
Fix the iosDeviceDebugging service name
1 parent b714c04 commit 52a132e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-debug-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,4 @@ class IOSDeviceDebugging {
342342
this.$logger.info("\nSetting up debugger proxy...\n\nPress Ctrl + C to terminate, or disconnect.\n");
343343
}
344344
}
345-
$injector.register("iOSDeviceDebugging", IOSDeviceDebugging);
345+
$injector.register("iosDeviceDebugging", IOSDeviceDebugging);

0 commit comments

Comments
 (0)