xymopen_Official
Results
2
comments of
xymopen_Official
A little bit digging points the bug to [here](../blob/b9eb0c94e6/generators/app/index.js#L137). According to [Yeoman Composability](https://yeoman.io/authoring/composability.html#:~:text=If%20you%20need%20to%20pass,key.), `arguments` should be `['example']` instead of just `'example'`. The bug should be easy to fix.
Is this cause by this bug? ``` 01-17 22:43:04.900 25323 25323 E AndroidRuntime: FATAL EXCEPTION: main 01-17 22:43:04.900 25323 25323 E AndroidRuntime: Process: org.ktachibana.cloudemoji, PID: 25323 01-17 22:43:04.900 25323 25323...