Skip to content

Commit bd00042

Browse files
committed
test
1 parent 1dfde9e commit bd00042

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/local.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ async function run_back(port, data_folder_path) {
156156

157157
async function run_viewer(viewer_path, args = { port, data_folder_path }) {
158158
return new Promise(async (resolve, reject) => {
159+
console.log("viewer_path", viewer_path)
160+
console.log("args.data_folder_path", args.data_folder_path)
159161
const viewer_port = await get_available_port(args.port)
160162
const viewer_args = [
161163
"--port " + viewer_port,

0 commit comments

Comments
 (0)