Skip to content

Commit

Permalink
Add missing "use strict" (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 19, 2019
1 parent 66e438f commit abb1285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/watch.js
Expand Up @@ -7,6 +7,8 @@
* @noflow
*/

'use strict';

const sane = require('sane');
const { resolve: resolvePath } = require('path');
const { spawn } = require('child_process');
Expand Down

0 comments on commit abb1285

Please sign in to comment.