if present, the else in an if should always be forced statement
This commit is contained in:
@@ -649,7 +649,7 @@ function OutputStream(options) {
|
|||||||
output.space();
|
output.space();
|
||||||
output.print("else");
|
output.print("else");
|
||||||
output.space();
|
output.space();
|
||||||
self.alternative.print(output);
|
force_statement(self.alternative, output);
|
||||||
} else {
|
} else {
|
||||||
self._do_print_body(output);
|
self._do_print_body(output);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user