mirror of
https://git.coolaj86.com/coolaj86/acme-challenge-test.js.git
synced 2025-03-12 19:40:37 +00:00
Requires undocumented init
method on challenge
#2
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
Attempting to run the tests throws the following error:
After investigation, it's trying to access
init
. Funny enough, this is almost handled.From index.js...
Rather than re-assigning the var,
challenger.init = function() { return null }
should be used.Sorry for the late response, I was on vacation.
You are correct. I'll update this and publish.