Correct order

merge-requests/4/head
Bsian 2020-01-03 20:05:16 +00:00
parent 7b63e5c77f
commit fae3486148
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 1 deletions

View File

@ -29,8 +29,8 @@ export default class Eval extends Command {
args.shift();
}
if (args[0] === '-a' || args[0] === '-async') {
evalString = `(async () => { ${evalString} })()`;
args.shift();
evalString = `(async () => { ${evalString} })()`;
}
try {