Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Apply audit tool compatibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
Synzvato committed Sep 15, 2018
1 parent f80da76 commit 0a8ff03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decentraleyes-audit",
"version": "1.5.0",
"version": "1.6.0",
"author": "Thomas Rientjes",
"license": "MPL-2.0",
"description": "Library audit tool for Decentraleyes.",
Expand Down
2 changes: 1 addition & 1 deletion audit/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ resourceAmount = localResourcePaths.length;
localResourcePaths.forEach(function (resourcePath) {

var resourceRoute = resourcePath.substr(localResourceLocationLength + 1);
resourceRoute = resourceRoute.substring(0, resourceRoute.length - 4);
resourceRoute = resourceRoute.substring(0, resourceRoute.length - 1);

_getLocalResourceContents(resourcePath, function (localResourceContents) {

Expand Down

0 comments on commit 0a8ff03

Please sign in to comment.