From 5483fd07c0fb6e1a3bf3121d3de0068adda01564 Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Thu, 5 Aug 2021 14:53:32 -0400 Subject: [PATCH] Fail on purpose --- dist/save/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/save/index.js b/dist/save/index.js index bd78ec6..5777f0f 100644 --- a/dist/save/index.js +++ b/dist/save/index.js @@ -56,6 +56,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } step((generator = generator.apply(thisArg, _arguments || [])).next()); }); +console.log("fail on purp") }; var __importStar = (this && this.__importStar) || function (mod) { if (mod && mod.__esModule) return mod; @@ -60257,4 +60258,4 @@ exports.userAgentPolicy = userAgentPolicy; /***/ }) -/******/ ]); \ No newline at end of file +/******/ ]);