mirror of
https://github.com/bitwarden/jslib
synced 2025-12-31 07:33:40 +00:00
Merge branch 'master' of github.com:bitwarden/jslib into feature/workspaces
This commit is contained in:
@@ -9,7 +9,7 @@ import { StringResponse } from "./models/response/stringResponse";
|
||||
|
||||
export abstract class BaseProgram {
|
||||
constructor(
|
||||
private stateService: StateService,
|
||||
protected stateService: StateService,
|
||||
private writeLn: (s: string, finalLine: boolean, error: boolean) => void
|
||||
) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user