From 88a39a10e5c9e082d1d0e2fe7ca83b9c6ad08585 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sat, 30 May 2020 19:49:19 +0200 Subject: [PATCH] Fix bug reporter by sonarqube --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 552dbf70c1..03826e8b6e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -67,7 +67,7 @@ function serve() { } }); - watch(options.apploader.query, apploader(true)); + watch(options.apploader.query, apploader()); watch('src/bundle.js', webpack);