minetest_x_bows/scripts/lls-check.js
2022-11-03 10:24:57 -04:00

8 lines
258 B
JavaScript

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)