Commit fb505220 by Qiang Xue

typo fix. [skip ci]

parent be2828d5
......@@ -285,7 +285,7 @@ abstract class Generator extends Model
$lines[] = "done!\n";
$results = implode("\n", $lines);
return $hasError;
return !$hasError;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment