We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8499369 commit 7e162e5Copy full SHA for 7e162e5
npm-packages/cli/source/lib/token.ts
@@ -35,6 +35,7 @@ export function getToken() {
35
console.error('Failed to parse config.json:', error);
36
// Return undefined if JSON parsing fails
37
return undefined;
38
+ }
39
}
40
41
// If not found, return undefined
0 commit comments