function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ranu Jain SFDCRanu Jain SFDC 

console.log(logLines) method - onBeaconResponse , file - beacon.js

Hi All,
I am wokring on a lightning component that in a community. my community is not laoding and no error message is coming in consle. but when i click on right side of console my cursor stopped at below point in beacon.js file - 

"onBeaconResponse":function(action) {
        if ("SUCCESS" === action.getState()) {
            
            var logLines = action.getReturnValue();
            console.log(logLines)
        } else {
            this.queue.push.apply(this.queue, action.getParam('batch'));
        }
    }

I dont kow what is beacon.js file, and form where is getting uplaoded.