Skip to content

Commit

Permalink
Rename dir
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Dec 15, 2024
1 parent 3f03fe8 commit b109fb1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

/* api */
import process from 'node:process';
import { parseCommand } from './modules/commander.js';
import { logErr, throwErr } from './modules/common.js';
import { parseCommand } from './scripts/commander.js';
import { logErr, throwErr } from './scripts/common.js';

/* process */
process.on('uncaughtException', throwErr);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b109fb1

Please sign in to comment.