We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4acc7a1 commit fcd056fCopy full SHA for fcd056f
1 file changed
nodejs/test.js
@@ -33,7 +33,7 @@ if (process.argv.length >= 3) {
33
if (!isNaN(parseInt(process.argv[2], 10))) {
34
maxLen = parseInt(process.argv[2], 10);
35
} else {
36
- plaintext = new Buffer(process.argv[2], 'ascii');
+ plaintext = new Buffer(process.argv[2], 'ascii');
37
}
38
39
function filterTests(fullList) {
0 commit comments