Fix mozilla-ast after module loading changes
Need to explicitly qualify stuff now, since it's not evaluated in some global scope. Ref #636
This commit is contained in:
@@ -100,4 +100,4 @@ module.exports = function(options) {
|
||||
}
|
||||
|
||||
process.stdout.write(prefix + "Probability of error is less than " + (100 / options.iterations) + "%, stopping.\n");
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user