diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-04-11 14:36:01 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-04-15 12:11:48 +0200 |
| commit | 0f7e814aa66d53fe14b19a39b8d09be0c696fc16 (patch) | |
| tree | 9aea8fe8a7c7aa3e9dd24564a9c641e480cdd90f /gui/tasks | |
| parent | c293f478e9328f9b947e4a4b858e8cbf838f75f3 (diff) | |
| download | mullvadvpn-0f7e814aa66d53fe14b19a39b8d09be0c696fc16.tar.xz mullvadvpn-0f7e814aa66d53fe14b19a39b8d09be0c696fc16.zip | |
Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the latest patch release
Diffstat (limited to 'gui/tasks')
| -rw-r--r-- | gui/tasks/hotreload.js | 2 | ||||
| -rw-r--r-- | gui/tasks/scripts.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/tasks/hotreload.js b/gui/tasks/hotreload.js index ad6bb9ae01..58114e1082 100644 --- a/gui/tasks/hotreload.js +++ b/gui/tasks/hotreload.js @@ -14,7 +14,7 @@ function startBrowserSync(done) { notify: false, logSnippet: false, }, - function(error, bs) { + function (error, bs) { done(error); }, ); diff --git a/gui/tasks/scripts.js b/gui/tasks/scripts.js index e97b9f0ffd..4e54395259 100644 --- a/gui/tasks/scripts.js +++ b/gui/tasks/scripts.js @@ -4,7 +4,7 @@ const inject = require('gulp-inject-string'); const TscWatchClient = require('tsc-watch/client'); function makeWatchCompiler(onFirstSuccess) { - const compileScripts = function() { + const compileScripts = function () { const watch = new TscWatchClient(); watch.on('first_success', onFirstSuccess); watch.start('--noClear', '--sourceMap', '--project', '.'); |
