From 8d00d35a21d7cbb5ff29478d6e065f4c23e5cfe2 Mon Sep 17 00:00:00 2001 From: peter-evans <peter-evans@users.noreply.github.com> Date: Wed, 3 Jun 2020 07:49:38 +0000 Subject: [PATCH] [CI] test built --- dist/index.js | 18 ++++++++++-------- report.txt | 1 + 2 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 report.txt diff --git a/dist/index.js b/dist/index.js index f4223ce..73bb52e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4861,14 +4861,16 @@ function bytesToUuid(buf, offset) { var i = offset || 0; var bth = byteToHex; // join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4 - return ([bth[buf[i++]], bth[buf[i++]], - bth[buf[i++]], bth[buf[i++]], '-', - bth[buf[i++]], bth[buf[i++]], '-', - bth[buf[i++]], bth[buf[i++]], '-', - bth[buf[i++]], bth[buf[i++]], '-', - bth[buf[i++]], bth[buf[i++]], - bth[buf[i++]], bth[buf[i++]], - bth[buf[i++]], bth[buf[i++]]]).join(''); + return ([ + bth[buf[i++]], bth[buf[i++]], + bth[buf[i++]], bth[buf[i++]], '-', + bth[buf[i++]], bth[buf[i++]], '-', + bth[buf[i++]], bth[buf[i++]], '-', + bth[buf[i++]], bth[buf[i++]], '-', + bth[buf[i++]], bth[buf[i++]], + bth[buf[i++]], bth[buf[i++]], + bth[buf[i++]], bth[buf[i++]] + ]).join(''); } module.exports = bytesToUuid; diff --git a/report.txt b/report.txt new file mode 100644 index 0000000..b506ea2 --- /dev/null +++ b/report.txt @@ -0,0 +1 @@ +1591170567