From 65416a1d999bae6b5316ef9ea9bea339efe088c4 Mon Sep 17 00:00:00 2001 From: edwardxiao Date: Thu, 26 Aug 2021 17:57:33 +0800 Subject: [PATCH] - fix a typo --- package.json | 2 +- src/format/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index efa7d8f..a82296e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seasonme", - "version": "1.0.1", + "version": "1.0.2", "description": "", "main": "index.js", "scripts": { diff --git a/src/format/index.js b/src/format/index.js index 45c0fc0..1765fde 100644 --- a/src/format/index.js +++ b/src/format/index.js @@ -186,7 +186,7 @@ const format = async props => { console.log(fileNamesHash); // handle rename srt file await handleSubRenaming(renamedFiles, fileNamesHash); - console.log(renderMyLog('Formated Successfully!')); + console.log(renderMyLog('Formatted Successfully!')); }; module.exports = {