Skip to content

Fixed concat if seperator is omitted#41

Merged
Perryvw merged 2 commits intomasterfrom
fix-table-concat
Feb 21, 2018
Merged

Fixed concat if seperator is omitted#41
Perryvw merged 2 commits intomasterfrom
fix-table-concat

Conversation

@lolleko
Copy link
Copy Markdown
Member

@lolleko lolleko commented Feb 21, 2018

No description provided.

@lolleko lolleko changed the title Fixed concat if separator is omitted Fixed concat if seperator is omitted Feb 21, 2018
return `TS_splice(${caller}, ${params})`;
case "join":
return `table.concat(${caller}, ${params})`;
if (!params) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

params == ""

@Perryvw Perryvw merged commit be667c4 into master Feb 21, 2018
@Perryvw Perryvw deleted the fix-table-concat branch February 21, 2018 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants