Bug 943331 - Make packaging files into omni.ja deterministic. r=gps

This commit is contained in:
Georg Koppen 2014-03-19 10:36:28 -04:00
parent dfba1d4d3c
commit 343d4e1ea6

View File

@ -65,7 +65,7 @@ function get_modules_under(uri) {
}
function load_modules_under(spec, uri) {
var entries = get_modules_under(uri);
var entries = get_modules_under(uri).sort();
// The precompilation of JS here sometimes reports errors, which we don't
// really care about. But if the errors are ever reported to xpcshell's
// error reporter, it will cause it to return an error code, which will break