Merge pull request #4309 from diracdeltas/fix/use-strict
Fix 'user strict' typo
This commit is contained in:
commit
9341f9a6bc
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
'user strict';
|
||||
'use strict';
|
||||
|
||||
const events = require('events');
|
||||
const path = require('path');
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
'user strict';
|
||||
'use strict';
|
||||
|
||||
const deprecate = require('electron').deprecate;
|
||||
const webFrame = require('electron').webFrame;
|
||||
|
|
Loading…
Reference in a new issue