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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
console.log("No existing config found at: "+pluginConfigPath+", so let's configure the Firebase plugin!");
2840
+
console.log("No existing "+pluginConfigFile+" config file found, so let's configure the Firebase plugin!");
2840
2841
prompt.start();
2841
2842
askiOSPrompt();
2842
2843
}
@@ -2940,7 +2941,7 @@ function promptQuestionsResult(result) {
2940
2941
functionaskSaveConfigPrompt(){
2941
2942
prompt.get({
2942
2943
name: 'save_config',
2943
-
description: 'Do you want to save the selected configuration. Reinstalling the dependency will reuse the setup from: '+pluginConfigPath+'. CI will be easier. (y/n)',
2944
+
description: 'Do you want to save the selected configuration. Reinstalling the dependency will reuse the setup from: '+pluginConfigFile+'. CI will be easier. (y/n)',
0 commit comments