mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-13 22:03:27 +01:00
[PR #94] [CLOSED] Repair "wrong number of arguments" error. #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plashchynski/crono/pull/94
Author: @c4lliope
Created: 3/15/2022
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
7faae13Repair "wrong number of arguments" error.📊 Changes
1 file changed (+7 additions, -2 deletions)
View changed files
📝
lib/crono/performer_proxy.rb(+7 -2)📄 Description
For some reason, the argument destructuring
*argsis causing an error.Passing variables along manually helps the code run properly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.