From 688c17b8f56b54106e4c98e8b3ade2cfb09ba7cc Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 27 Aug 2022 07:24:04 +0200 Subject: Prettier --- scripts/build/compile_tsc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/compile_tsc.js') diff --git a/scripts/build/compile_tsc.js b/scripts/build/compile_tsc.js index e3bf8079..b2e6ca47 100644 --- a/scripts/build/compile_tsc.js +++ b/scripts/build/compile_tsc.js @@ -43,6 +43,6 @@ module.exports = function (config) { error.stdout.replaceAll(/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/g, "") ); } - if(config.throwOnError) throw error; + if (config.throwOnError) throw error; } }; -- cgit 1.5.1