filter the hash from error reports

This commit is contained in:
Danny Coates 2017-08-02 14:13:53 -07:00
parent d208a82089
commit 5944b85e67
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 28 additions and 10 deletions

View file

@ -92,6 +92,6 @@
"test": "npm-run-all test:*",
"test:unit": "mocha test/unit",
"test:server": "mocha test/server",
"test:browser": "browserify test/frontend/frontend.bundle.js -o test/frontend/bundle.js -d && node test/frontend/driver.js"
"test--browser": "browserify test/frontend/frontend.bundle.js -o test/frontend/bundle.js -d && node test/frontend/driver.js"
}
}