We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fwLogger.info()は戻り値を返さないが、誤ってvar MSG = fwLogger.info('xxx')のように書かれているため、Minify時にfwLogger呼び出しコードの除去時にコードが不正になりエラーが出る。
var MSG = fwLogger.info('xxx')
実際に行いたいことはただの定数定義なので、コードを修正すればよい。
The text was updated successfully, but these errors were encountered:
#544 BalloonControllerをビルドに含めるとMinify時にエラーが出る問題を修正
35031f1
simdy
No branches or pull requests
fwLogger.info()は戻り値を返さないが、誤って
var MSG = fwLogger.info('xxx')
のように書かれているため、Minify時にfwLogger呼び出しコードの除去時にコードが不正になりエラーが出る。実際に行いたいことはただの定数定義なので、コードを修正すればよい。
The text was updated successfully, but these errors were encountered: