-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🏁 Feedback v25.6.2 #2990
Comments
I apologize, I didn't understand the currently used release process it seems. Although it seems a little off to me. The error you saw happened in this._endpointPromise = new Promise((resolve, reject) => {
let timeout = setTimeout(() => {
if (this.process) {
log(`one timeout`);
}
else {
log(`spawned butler, PID ${this.process.pid}`);
}
reject(new Error("timed out waiting for butlerd to listen"));
}, endpointTimeout); I never experienced this problem with initializing |
Close as obviously not intended to add a valuable issue to the repo. |
Event log:
The text was updated successfully, but these errors were encountered: