mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-08 06:16:31 +02:00
Update build process.
This commit is contained in:
@@ -31,9 +31,8 @@ module.exports = function (make) {
|
||||
if (err) {
|
||||
callback();
|
||||
} else {
|
||||
var lines = out.split(/\r?\n/);
|
||||
var count = lines.length - 1;
|
||||
callback('+' + count + '~' + lines[0].substring(0, 7));
|
||||
var lines = out.trim().split(/\r?\n/);
|
||||
callback('+' + lines.length + '~' + lines[0].substring(0, 7));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user