Skip to content

Commit

Permalink
Better handling of 4xx
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsharE committed Aug 29, 2022
1 parent 6f93434 commit 353f50d
Show file tree
Hide file tree
Showing 9 changed files with 5,109 additions and 28 deletions.
14 changes: 13 additions & 1 deletion dist/elmahio.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/elmahio.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/elmahio.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/elmahio.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion elmah.io.javascript.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>3.7.0</version>
<version>3.7.1</version>
<authors>elmah.io</authors>
<owners>elmah.io</owners>
<id>elmah.io.javascript</id>
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ gulp.task('create-dist', function () {
.pipe(gulp.dest('dist'))
});

gulp.task('default', gulp.parallel(['create-dist']));
gulp.task('build', gulp.parallel(['create-dist']));
Loading

0 comments on commit 353f50d

Please sign in to comment.