1
0
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:
Hinton
2022-01-03 12:51:00 +01:00
43 changed files with 407 additions and 246 deletions

View File

@@ -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
) {}