Skip to content

Commit 0be7881

Browse files
committed
Add standalone capture source selection
1 parent 007557a commit 0be7881

3 files changed

Lines changed: 418 additions & 37 deletions

File tree

src/cli/gascity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ async function writeConfigObject(configPath, obj) {
284284
* @param {string | undefined} apiUrl
285285
* @returns {Promise<GascityCityConfig>}
286286
*/
287-
async function resolveCityEntry(target, apiUrl) {
287+
export async function resolveCityEntry(target, apiUrl) {
288288
/** @type {import('node:fs').Stats | undefined} */
289289
let stats
290290
try {

0 commit comments

Comments
 (0)