Bump husky from 7.0.0 to 7.0.1 #129

Merged
dependabot[bot] merged 3 commits from dependabot/npm_and_yarn/husky-7.0.1 into main 2021-07-07 09:42:45 +00:00
Showing only changes of commit ec6376ace0 - Show all commits

View File

@ -132,7 +132,7 @@ function api(port_api = 1932){
})
})
} catch (error) {
res.status(501).send(error)
res.status(501).send("Unable to download server for current platform, more details will be in terminal log!")
}
});