зеркало из https://github.com/mozilla/pjs.git
add quick result to stdout
This commit is contained in:
Родитель
58a1b8629e
Коммит
5d83738624
|
@ -21,4 +21,6 @@ while (<REPORT>) {
|
|||
}
|
||||
close(REPORT);
|
||||
|
||||
|
||||
if (-s ./ctor-dtor-report > 0) {
|
||||
print "Global Constructors\/Destructors Found" . "\n";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче