soiz1 commited on
Commit
b5d3f86
·
verified ·
1 Parent(s): c9c8b86

Update src/extensions/pm_operatorsExpansion/index.js

Browse files
src/extensions/pm_operatorsExpansion/index.js CHANGED
@@ -172,7 +172,7 @@ function generateJoin(amount) {
172
  }
173
 
174
  const opcode = `join${amount}`;
175
- const defaultText = `join ${argumentTextArray.join(' ')}`;
176
 
177
  return {
178
  opcode: opcode,
 
172
  }
173
 
174
  const opcode = `join${amount}`;
175
+ const defaultText = `${argumentTextArray.join(' ')}`;
176
 
177
  return {
178
  opcode: opcode,