mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-13 21:19:12 +08:00
implement eventTrack
This commit is contained in:
parent
fed24f3d28
commit
dbca2a64e0
@ -120,6 +120,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||
throw new Error('Not implemented.');
|
||||
}
|
||||
|
||||
eventTrack(action: string, label?: string, options?: any) {
|
||||
throw new Error('Not implemented.');
|
||||
}
|
||||
|
||||
isDev(): boolean {
|
||||
return process.env.BWCLI_ENV === 'development';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user