fix auxiliaryComment option name for istanbul interop - fixes #1695

This commit is contained in:
Sebastian McKenzie 2015-06-05 22:40:28 +01:00
parent cfe844fa39
commit 295e69f8f8

View File

@ -105,7 +105,7 @@ if (process.env.running_under_istanbul) {
if (istanbulMonkey[filename]) {
delete istanbulMonkey[filename];
var code = compile(filename, {
attachAuxiliaryComment: "istanbul ignore next"
auxiliaryComment: "istanbul ignore next"
});
istanbulMonkey[filename] = true;
return code;