now using new beautylog reduced log method
This commit is contained in:
parent
0575e618f2
commit
0824d5b910
4
dist/dockersock.classes.dockersock.js
vendored
4
dist/dockersock.classes.dockersock.js
vendored
File diff suppressed because one or more lines are too long
@ -27,7 +27,7 @@
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/dockersock#README",
|
||||
"dependencies": {
|
||||
"beautylog": "^5.0.10",
|
||||
"beautylog": "^5.0.12",
|
||||
"q": "^1.4.1",
|
||||
"request": "^2.72.0",
|
||||
"typings-global": "^1.0.3"
|
||||
|
@ -122,7 +122,7 @@ export class Dockersock {
|
||||
});
|
||||
requestStream.on("data",(data:Buffer) => {
|
||||
let status = JSON.parse(data.toString()).status;
|
||||
plugins.beautylog.log(status);
|
||||
plugins.beautylog.logReduced(status);
|
||||
});
|
||||
requestStream.on("end",()=> {
|
||||
done.resolve();
|
||||
|
Loading…
x
Reference in New Issue
Block a user