File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export class FunctionsClient {
2727 region ?: FunctionRegion
2828 } = { }
2929 ) {
30+ console . warn ( '🔴 VERDACCIO TEST: This is the LOCAL BUILD from Verdaccio (functions-js) - if you see this, local packages are being used' )
3031 this . url = url
3132 this . headers = headers
3233 this . region = region
Original file line number Diff line number Diff line change @@ -236,6 +236,9 @@ export default class RealtimeClient {
236236 * @param reason A custom reason for the disconnect.
237237 */
238238 disconnect ( code ?: number , reason ?: string ) : void {
239+ console . warn (
240+ '🔴 VERDACCIO TEST REALTIME: This is the LOCAL BUILD from Verdaccio - if you see this, local packages are being used'
241+ )
239242 if ( this . isDisconnecting ( ) ) {
240243 return
241244 }
You can’t perform that action at this time.
0 commit comments