Skip to content

Commit 3b65762

Browse files
author
Ovidiu Barabula
committed
fix(typescript): add missing output type for package json config reader
1 parent 44c4ed9 commit 3b65762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config-manager/package-json-config-reader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async function PackageJsonConfigReader(
133133
/**
134134
* Fetch configuration object
135135
*/
136-
async function fetch(): Promise<Config> {
136+
async function fetch(): Promise<Config|Error> {
137137
await refetchConfigFileContents();
138138
return Promise.resolve(packageJson.config[namespace]);
139139
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy