[frontend]: fix reporInfo in prototype
This commit is contained in:
parent
5d753351c5
commit
519b7e64e7
@ -518,6 +518,9 @@ Stream.prototype.reportWarning = function(...args) {
|
|||||||
Stream.prototype.reportError = function(...args) {
|
Stream.prototype.reportError = function(...args) {
|
||||||
reportError(String(this.streamType) + ':', ...args);
|
reportError(String(this.streamType) + ':', ...args);
|
||||||
}
|
}
|
||||||
|
Stream.prototype.reportInfo = function(...args) {
|
||||||
|
reportInfo(String(this.streamType) + ':', ...args);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Utility functions
|
// Utility functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user