зеркало из https://github.com/mozilla/pjs.git
fixed line length for function toString
This commit is contained in:
Родитель
cce235d98d
Коммит
80ed633d21
|
@ -194,7 +194,7 @@ namespace MetaData {
|
|||
break;
|
||||
}
|
||||
StringFormatter sFmt;
|
||||
PrettyPrinter pp(sFmt);
|
||||
PrettyPrinter pp(sFmt, 80);
|
||||
fnDef->print(pp, NULL, true);
|
||||
pp.end();
|
||||
fnInst->sourceText = engine->allocStringPtr(&sFmt.getString());
|
||||
|
|
Загрузка…
Ссылка в новой задаче