From 587d393ce132050be19dce3b96ba1e1f8f9ffa49 Mon Sep 17 00:00:00 2001 From: Sahil Rajput Date: Fri, 19 Aug 2022 18:57:33 +0530 Subject: [PATCH] Fix spelling --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 6658e3f..dd077b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -95,7 +95,7 @@ task('watch', 'Start the file watcher') try { execSync(taskConfig.start, { stdio: 'inherit' }) } catch (error) { - console.log("Faile to execute 'start' script:", taskConfig.start) + console.log("Failed to execute 'start' script:", taskConfig.start) console.error(error) } }