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 e3aeadc commit f50e56bCopy full SHA for f50e56b
src/lib.js
@@ -326,7 +326,6 @@ var lib = {
326
showsdks: function(args) {
327
var options = { silent: true, runtimes: true };
328
var list = simctl.list(options).json;
329
- list = fixSimCtlList(list);
330
331
console.log('Simulator SDK Roots:');
332
list.runtimes.forEach(function(runtime) {
0 commit comments