mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Completed first pass with JsHint, updated windows MeshAgent.
This commit is contained in:
parent
d48f24911a
commit
562310bed1
18 changed files with 664 additions and 435 deletions
7
pass.js
7
pass.js
|
@ -1,6 +1,11 @@
|
|||
// check out https://github.com/tj/node-pwd
|
||||
|
||||
'use strict';
|
||||
/*jslint node: true */
|
||||
/*jshint node: true */
|
||||
/*jshint strict:false */
|
||||
/*jshint -W097 */
|
||||
/*jshint esversion: 6 */
|
||||
"use strict";
|
||||
|
||||
// Module dependencies.
|
||||
const crypto = require('crypto');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue