minetest_x_bows/scripts/lls-check.js

8 lines
258 B
JavaScript
Raw Normal View History

2022-11-03 09:24:57 -05:00
import * as path from 'node:path';
const logPath = "/Users/juraj/Library/Application Support/minetest/mods/x_bows"
const checkPath = "/Users/juraj/Library/Application Support/minetest/mods/x_bows"
const currentPath = process.cwd()
console.log(currentPath)