Really high roman numerals

This commit is contained in:
Dragon Fire
2020-04-02 15:33:33 -04:00
parent 65f7806c95
commit 9dfef570a6
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = class RomanCommand extends Command {
prompt: 'What number would you like to convert to roman numerals?',
type: 'integer',
min: 0,
max: 4999
max: Number.MAX_SAFE_INTEGER
}
]
});