mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
All JavaScript code is now 'strict'
This commit is contained in:
parent
f6b6fe9506
commit
312b937e62
29 changed files with 129 additions and 78 deletions
2
pass.js
2
pass.js
|
@ -1,5 +1,7 @@
|
|||
// check out https://github.com/tj/node-pwd
|
||||
|
||||
'use strict';
|
||||
|
||||
// Module dependencies.
|
||||
const crypto = require('crypto');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue