You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error('ELECTRON_API_DEMO_GITHUB_TOKEN environment variable not set')
14
-
console.error('Set it to a token with repo scope created from https://github.com/settings/tokens/new')
15
-
process.exit(1)
12
+
constcheckToken=()=>{
13
+
if(!token){
14
+
returnPromise.reject('ELECTRON_API_DEMO_GITHUB_TOKEN environment variable not set\nSet it to a token with repo scope created from https://github.com/settings/tokens/new')
0 commit comments