nav tabs on admin dashboard
This commit is contained in:
4
node_modules/cosmiconfig/dist/readFile.js
generated
vendored
4
node_modules/cosmiconfig/dist/readFile.js
generated
vendored
@@ -7,7 +7,7 @@ const fs = require('fs');
|
||||
|
||||
|
||||
|
||||
function readFile(filepath , options ) {
|
||||
function readFile(filepath , options ) {
|
||||
options = options || {};
|
||||
const throwNotFound = options.throwNotFound || false;
|
||||
|
||||
@@ -25,7 +25,7 @@ function readFile(filepath , options ) {
|
||||
readFile.sync = function readFileSync(
|
||||
filepath ,
|
||||
options
|
||||
) {
|
||||
) {
|
||||
options = options || {};
|
||||
const throwNotFound = options.throwNotFound || false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user