fix obfuscation

This commit is contained in:
antelle 2016-04-23 22:35:30 +03:00
parent a3afc4f7e4
commit ecd9d5c812
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var AutoType = {
return callback && callback(err);
}
logger.debug('Resolved', that.printOps(runner.ops));
if (entry.get('autoTypeObfuscation')) {
if (entry.autoTypeObfuscation) {
try {
runner.obfuscate();
} catch (e) {