Skip to content

Commit a9e2092

Browse files
committed
pg: fix util.js -> src/util.js
6467679#r135743209
1 parent b68021b commit a9e2092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prime-gaming.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { firefox } from 'playwright-firefox'; // stealth plugin needs no outdated playwright-extra
22
import { authenticator } from 'otplib';
33
import chalk from 'chalk';
4-
import { resolve, jsonDb, datetime, stealth, filenamify, prompt, confirm, notify, html_game_list, handleSIGINT } from './util.js';
4+
import { resolve, jsonDb, datetime, stealth, filenamify, prompt, confirm, notify, html_game_list, handleSIGINT } from './src/util.js';
55
import { cfg } from './src/config.js';
66

77
const screenshot = (...a) => resolve(cfg.dir.screenshots, 'prime-gaming', ...a);

0 commit comments

Comments
 (0)