We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315921a commit d3691aeCopy full SHA for d3691ae
multi-integer-range.ts
@@ -64,7 +64,7 @@ export class MultiRange {
64
const max = match[2] === undefined ? +Infinity : toInt(match[2]);
65
this.appendRange(min, max);
66
} else {
67
- throw new SyntaxError('Invalid input: ' + data);
+ throw new SyntaxError('Invalid input');
68
}
69
};
70
0 commit comments