mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
logs: Add log build function to logger
Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
parent
bf062124f7
commit
6bcfb2dd51
@ -61,6 +61,10 @@ class Logger {
|
||||
logError(msg: string) {
|
||||
return this.streams.error.write(msg + eol);
|
||||
}
|
||||
|
||||
logBuild(msg: string) {
|
||||
return this.streams.build.write(msg + eol);
|
||||
}
|
||||
}
|
||||
|
||||
export = Logger;
|
||||
|
Loading…
x
Reference in New Issue
Block a user