mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 17:31:12 +00:00
commit
d02ca30365
@ -21,7 +21,7 @@ function checkEntry(url) {
|
||||
let result = "";
|
||||
const sourceDirname = __dirname;
|
||||
__dirname = "interface/sdk-js/build-tools/api_check_plugin";
|
||||
const mdFilesPath = path.resolve(sourceDirname, '../../../../', "readme_file.txt");
|
||||
const mdFilesPath = path.resolve(sourceDirname, '../../../../', "all_files.txt");
|
||||
const content = fs.readFileSync(mdFilesPath, "utf-8");
|
||||
try {
|
||||
const execSync = require("child_process").execSync;
|
||||
|
Loading…
Reference in New Issue
Block a user