Skip to content
Snippets Groups Projects
Unverified Commit 1ad91fdd authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #12 from FZJ-INM1-BDA/bugfix/typo

bugfix: typo
parents 0763a364 8a04e805
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