Use const
This commit is contained in:
parent
1779701445
commit
ab8908a4af
7 changed files with 29 additions and 49 deletions
|
@ -1,8 +1,5 @@
|
|||
var Module, path;
|
||||
|
||||
path = require('path');
|
||||
|
||||
Module = require('module');
|
||||
const path = require('path');
|
||||
const Module = require('module');
|
||||
|
||||
// Clear Node's global search paths.
|
||||
Module.globalPaths.length = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue