Skip to content
Snippets Groups Projects
Commit 8a04e805 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: typo

parent 0763a364
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ const retry = async (fn, { timeout = defaultConfig.timeout, retries = defaultCon
}
}
throw new Error(`fn failed ${retires} times. Aborting.`)
throw new Error(`fn failed ${retries} times. Aborting.`)
}
module.exports = {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment