[fix] broken webapp state
This commit is contained in:
@@ -19,6 +19,10 @@ export class Watcher {
|
||||
this._error = error
|
||||
}
|
||||
|
||||
public get state() {
|
||||
return this._state
|
||||
}
|
||||
|
||||
public get error() {
|
||||
return this._error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user