From aa4ef185b8a03855dd3efbeb7f7a23e354e9eb35 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Sat, 18 May 2019 23:29:39 +0300 Subject: [PATCH] Add missing "use strict" --- resources/watch.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/watch.js b/resources/watch.js index cba3314274..b542fcf4b4 100644 --- a/resources/watch.js +++ b/resources/watch.js @@ -7,6 +7,8 @@ * @noflow */ +'use strict'; + const sane = require('sane'); const { resolve: resolvePath } = require('path'); const { spawn } = require('child_process');