From 9a8a85bd59348089525373255aab87b5216d7eb1 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Sun, 21 Oct 2018 04:09:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ssn/verify/verifyPatch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssn/verify/verifyPatch.ts b/src/ssn/verify/verifyPatch.ts index e8d82a2..af4900a 100644 --- a/src/ssn/verify/verifyPatch.ts +++ b/src/ssn/verify/verifyPatch.ts @@ -15,7 +15,7 @@ export default function verifyPatch(fileEntries: ISsnFileEntry[], product: Produ const validLastFileAlternate = `Assets/${product}_version.txt`; if (lastFile.name === validLastFileName) { if (lastFile.diffType !== SsnDiffType.NewFile) { - throw new Error(`Last file (.version file) must have diffType 0but it had diffType ${lastFile.diffType}.`); + throw new Error(`Last file (.version file) must have diffType 0 but it had diffType ${lastFile.diffType}.`); } } else if (lastFile.name === validLastFileAlternate) { //In some early patches, the last file is *_version.txt and the second to last is *.version