Skip to content

Commit

Permalink
fix: taro info rn 卡住的 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pines-Cheng committed Mar 1, 2019
1 parent 2a4857d commit a3e5377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-cli/bin/taro-info
Expand Up @@ -16,7 +16,7 @@ if (args.length === 1) {
switch (args[0]) {
case 'rn': {
rnInfo({
SDKs: ['iOS SDK', 'Android SDK']
// SDKs: ['iOS SDK', 'Android SDK'] 有bug ,卡死?
})
break
}
Expand Down

0 comments on commit a3e5377

Please sign in to comment.