mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(markdown) root -> DIR + root
This commit is contained in:
parent
3e85d3314f
commit
2c5ab6844a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
fs = require('fs'),
|
||||
|
||||
Util = require(DIR_LIB + 'util'),
|
||||
root = require('root'),
|
||||
root = require(DIR + 'root'),
|
||||
pipe = require('pipe-io'),
|
||||
ponse = require('ponse'),
|
||||
markdown = require('markdown-it')();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue