add this.stop() to secondary strict transformer #1465

This commit is contained in:
Sebastian McKenzie 2015-05-07 08:38:46 +01:00
parent 8ed90d3af2
commit e83daf87d4

View File

@ -15,4 +15,5 @@ export function Program(program, parent, scope, file) {
this.unshiftContainer("body", [directive]);
}
this.stop();
}