Skip to content

Commit

Permalink
ignore unhandled rejections (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov authored Jan 25, 2024
1 parent 4baf412 commit 4d842a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"mocha": "^8.2.1"
},
"scripts": {
"build": "NODE_OPTIONS=--max-old-space-size=8096 ./src/trackers/process-crawl.js && ./src/trackers/build-trackers.js",
"build": "NODE_OPTIONS='--max-old-space-size=8096 --unhandled-rejections=warn' ./src/trackers/process-crawl.js && ./src/trackers/build-trackers.js",
"process-params": "node src/trackers/tracking-params.js",
"process-crawl": "./src/trackers/process-crawl.js",
"build-trackers": "./src/trackers/build-trackers.js",
Expand Down

0 comments on commit 4d842a2

Please sign in to comment.