chore: add 'use strict' to default app sources (#16346)
This commit is contained in:
parent
2ee59cc82c
commit
102d8fe506
5 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
const { app, dialog } = require('electron')
|
||||
|
||||
const fs = require('fs')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue