Skip to content

Commit 6af097c

Browse files
committed
Add status to provider name check
1 parent 4487744 commit 6af097c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/utilities.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ export function getProviderName(provider: any): string | undefined {
156156
return 'Opera'
157157
}
158158

159+
if (provider.isStatus) {
160+
return 'Status'
161+
}
162+
159163
if (provider.host && provider.host.indexOf('localhost') !== -1) {
160164
return 'localhost'
161165
}

0 commit comments

Comments
 (0)