Skip to content

Commit

Permalink
Fixes #779
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Oct 7, 2024
1 parent 49bd8c4 commit 1271b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ Plugin.prototype.configure = function(opts, callback) {
abortSignal: args.opts.abortSignal,
statusCodes: {
200: true,
204: true,
404: 'plugin not installed',
500: 'server error'
},
Expand Down

0 comments on commit 1271b96

Please sign in to comment.