mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
fix(markdown) DIR_ROOT: help
This commit is contained in:
parent
aea236bd18
commit
14dcd69a1d
2 changed files with 47 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const DIR_ROOT = __dirname + '/../../';
|
||||
const DIR_ROOT = __dirname + '/../';
|
||||
const fs = require('fs');
|
||||
|
||||
const pullout = require('pullout/legacy');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue