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 =
|
176 |
|
177 |
return {
|
178 |
opcode: opcode,
|
|
|
172 |
}
|
173 |
|
174 |
const opcode = `join${amount}`;
|
175 |
+
const defaultText = `${argumentTextArray.join(' ')}`;
|
176 |
|
177 |
return {
|
178 |
opcode: opcode,
|