Skip to content
New issue

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

fix(ios): console.log does not log properly if it has multiple arguments #11124

Merged
merged 3 commits into from Aug 12, 2019

Conversation

vijaysingh-axway
Copy link
Contributor

@build build added this to the 8.2.0 milestone Aug 7, 2019
@build build requested a review from a team August 7, 2019 20:42
@build
Copy link
Contributor

build commented Aug 7, 2019

Messages
📖

💾 Here's the generated SDK zipfile.

📖

✅ All tests are passing
Nice one! All 4342 tests are passing.
(There are 472 tests skipped)

📖 ✊ The commits in this PR match our conventions! Feel free to Rebase and Merge this PR when ready.

Generated by 🚫 dangerJS against 7d0e044

Copy link
Contributor

@sgtcoolguy sgtcoolguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ssjsamir ssjsamir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FR Passed: console.log now logs properly if it has multiple arguments.

Tested with the following test case:

const win = Ti.UI.createWindow({
backgroundColor: '#fff'
});
const button = Ti.UI.createButton({
title: 'Log'
});
 
button.addEventListener('click', function(e){
console.log(1, ' test', true);
});
 
win.add(button);
win.open();

Test Environment
MacOS Mojave version 10.14.4
Xcode 10.3
Node.js ^8.12.0
iPhone 8 (13).
"NPM":"4.2.13","CLI":"7.0.11

@lokeshchdhry lokeshchdhry merged commit df9850d into tidev:master Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants